{% extends "_base.html" %} {% load static %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'locations'{% endblock ui_active_tab %} {% block page_header %}Locations{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block breadcrumb %} {% include "locations/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %}
Add new location
{% for location in locations %} {% endfor %}
Id Name Edit Delete
{{ location.id }} {{ location.name }}
{% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}