<%- include('partials/head') %> <%- include('partials/navbar') %> <% if(citizens.length){ %>
<% } %> <% if(!citizens.length){ %>

No Data Found

<% } %> <% if(citizens.length){ %>
<% for(var i=0; i < citizens.length; i++) { %> <% } %>
First Name Last Name Address Mobile Number Date of Birth Gender Marital Status Village Name
<%= citizens[i].first_name %> <%= citizens[i].last_name %> <%= citizens[i].address %> <%= citizens[i].mobile_num %> <%= citizens[i].dob %> <%= citizens[i].gender %> <%= citizens[i].marital_status %> <%= citizens[i].village_name %>
Edit
<% } %> <%- include('partials/scripts') %>