@if (Model.ViewTagsLinkIsVisible)
{
Tag History
}
else
{
Tags Requiring Review
}
@if (Model.ViewTagsLinkIsVisible)
{
Click here to view all the tags that have been reviewed for this application.
}
else
{
if (Model.ManageTagsIsVisible)
{
@Html.Raw("This application has been escalated to you and the following tags will have to be reviewed before the application is returned to the originator:");
}
else
{
@Html.Raw("The application will have to be escalated as the following tags require review before it can be processed further:");
}
}
@if (Model.ManageTagsIsVisible)
{
Click here to update the tags requiring review.
}