{% for i in data %} {{ i.police_station_name }}{{ i.station_address }} {{ i.name }} {{ i.address }} {{ i.mobile_no }} {{ i.email }} {{ i.designation }} {% if i.verify_admin =="1" %} VERIFIED {% elseif i.verify_admin =="0" %} PENDING {% endif %} {{ i.created_date }} {% endfor %}