| ID | Name | Description | Households | Actions |
|---|---|---|---|---|
| <% If TerritoryController.searchTerm <> "" Then %> No territories found matching "<%= Server.HTMLEncode(TerritoryController.searchTerm) %>" <% Else %> No territories found. Create one <% End If %> | ||||
| <%= t.Id %> | <%= Server.HTMLEncode(t.Name) %> | <%= Server.HTMLEncode(Left(t.Description & "", 50)) %><% If Len(t.Description & "") > 50 Then Response.Write "..." End If %> | <% Dim householdCount householdCount = 0 If IsObject(TerritoryController.territoryHouseholdCounts) Then If TerritoryController.territoryHouseholdCounts.Exists(CLng(t.Id)) Then householdCount = TerritoryController.territoryHouseholdCounts(CLng(t.Id)) End If End If %><%= householdCount %> | View Edit |
Page <%= TerritoryController.currentPage %> of <%= TerritoryController.pageCount %>
<% End If %>