<% if (verifier.current.level !== appConstants.level.national && verifier.mode === appConstants.mode.navigate) { %>
<% if (offeditable) { %> (edit) <% } %> <% if (typeof first_name == 'string' && first_name.length > 0) { %>

<%= area_name %>

registered voters(<%= current_reg_voters_formatteddate %>) registered voters <%= current_reg_voters.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") %>
precincts (<%= precincts_asofdate_formatteddate %>) precincts <%= precincts.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",") %>
<%= title %>
<%= first_name + ' ' + last_name %>
<%= address_1 %>
<% if(address_2) { %><%= address_2 %>
<% } %> <%= city + ' ' + state + ' ' + zipcode %>
Phone <%= phone %>
Fax <%= fax %>
Email
Website <% if (first_name_additional) { %>

<%= title_additional %>
<%= first_name_additional + ' ' + last_name_additional %>
<%= address_1_additional %>
<% if(address_2_additional) { %><%= address_2_additional %>
<% } %> <%= city_additional + ' ' + state + ' ' + zipcode_additional %>
Phone <%= phone_additional %>
Fax <%= fax_additional %>
Email
Website <% } %> <% } else if(typeof first_name == 'string') { %> No County Level Administration,
please select a subdivision

<%= region_select.create_html() %> <% } %>
<% } %>