<%- headerTitle %>

<% if (isLoggedIn) { %>
<% if (isVetSelected) { %>
<% if (name.length > 0) { %> <%- name %> <% } %>
<% if (ssn.length > 0) { %> <%- ssnLabel %> <% } %>
<% if (birthDate.length > 0) { %> <%- ssn %> <% } %>
<% if (birthDate.length > 0) { %> <%- birthDate %> <% } %>
<% if (homesID.length > 0) { %> <%- homesIDLabel %> <% } %>
<% if (homesID.length > 0) { %> <%- homesID %> <% } %>
<% } else { %> <% if (online) { %>
<%- searchTitle %>
<% } %> <% } %>
<% } %>