| ID | Name | Type | Letter Returned | Created | Actions |
|---|---|---|---|---|---|
| <% If HouseholderNameController.searchTerm <> "" Then %> No householder names found matching "<%= Server.HTMLEncode(HouseholderNameController.searchTerm) %>" <% ElseIf HouseholderNameController.filterHouseholdId > 0 Then %> No householder names for this household. Add one <% Else %> No householder names found. Create one <% End If %> | |||||
| <%= hn.Id %> | <%= Server.HTMLEncode(hn.Name & "") %> | Household | <% If hn.LetterReturned = 1 Then %> Returned <% If Year(hn.ReturnDate) > 1970 Then %> <%= FormatDateTime(hn.ReturnDate, 2) %> <% End If %> <% Else %> No <% End If %> | <%= FormatDateTime(hn.Created, 2) %> | View Edit |
Page <%= HouseholderNameController.currentPage %> of <%= HouseholderNameController.pageCount %>
<% End If %>