{% extends "locations/base.html" %} {% load pagination %} {% load self_link %} {% block left %}
{% for location in all_locations %}
{{ location.name }}
{% endfor %}
{% endblock %} {% block right %}

All {{ location_type.plural }}

wat

{% for verbose_name, relation in relations %} {% endfor %} {% if locations.object_list %}{% for location in locations.object_list %} {% for objects in location.related_objects %} {% endfor %} {% endfor %}{% else %} {% endif %}
Location{{ verbose_name }}
{{ location.code }} {{ location.name }}{{ objects.count }}
No {{ location_type.plural }} Yet. Add a {{ location_type.plural }}
{% paginator locations %} Export to Excel
Add a {{ location_type.singular }}
{% endblock %}