{% load static %} Dashboard
{% include 'admin_header.html' %}
{% include 'admin_sidebar.html' %}
{% csrf_token %} {% if all_cities %} {% for city in all_cities %} {% endfor %} {% endif %}
First Name Last Name Email Address Phone Number Action
{{city}} {{city}} {{city}} {{city}} View Edit Delete
{% include 'admin_footer.html' %}