{% extends 'base.html' %} {% block content %}

Manage State

{% include 'includes/messages.html' %} {% for i in states %} {% endfor %}
# State Name Creation Date Updated Date Action
{{ forloop.counter }} {{i.statename}} {{i.created_at}} {{i.updated_at}} EDIT DELETE
{% endblock %}