<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl>" %>
<%if (Model!=null && Model.Count > 0 && Model[0] is AgencyFacilityIdentifierModel) { %> <% } %> <% if (Model!= null && Model.Count > 0) { for (int i = 0; i < Model.Count; i++) {%> <%if (Model[i] is AgencyFacilityIdentifierModel) { %> <% } %> <%-- --%> <% } %> <% } %>
Identifier Program System CodeCounty/State FIPSEffective Date
> <%=Model[i].IdentifierText %> > <%:Model[i].ProSysCode%> > <%:LookupUtility.Get(((AgencyFacilityIdentifierModel)Model[i]).CountyStateFips).CodeDescription %> > <%:HtmlUtility.Format(Model[i].EffectiveDate)%> > <%:HtmlUtility.Format(Model[i].EndDate)%>