<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/SleisLayout.Master" %> <%-- Agency Home --%>

Welcome

<%=ViewData[Constants.AppManagerHomeWelcomeTxt] %>

What would you like to do?

Find Facility

Go

Agency Roles

<%: ViewUtility.AgencyRoleNames() %>
<% if (ViewUtility.IsAgencyAccepter()) { %>

Submitted Reports

<% if (Model.NumberOfSubmittedReports == 1) { %> There is <% = Model.NumberOfSubmittedReports%> submitted report that has not been processed. <% } else { %> There are <% = Model.NumberOfSubmittedReports %> submitted reports that have not been processed. <% } %>

" id="processReportsLink">View Submissions

<% } %> <% if (ViewUtility.IsAgencyEditor()) { %>

Pending Requests

<% if (Model.NumberOfPendingRequests == 1) { %> There is <% = Model.NumberOfPendingRequests%> pending amendment request and <% } else { %> There are <% = Model.NumberOfPendingRequests%> pending amendment requests and <% } %> <% if (Model.NumberOfPendingRepudiations == 1) { %> <% = Model.NumberOfPendingRepudiations%> pending repudiation request. <% } else { %> <% = Model.NumberOfPendingRepudiations%> pending repudiation requests. <% } %>

<%=Html.ActionLink("View Requests", "ListOpenRequests", new { id = "processRequestsLink" }) %>

<% } %>