{% extends "locations/base.html" %} {% load url from future %} {% load pagination %} {% load self_link %} {% block left %}
wat
| Location | {% for verbose_name, relation in relations %}{{ verbose_name }} | {% endfor %}|
|---|---|---|
| {{ location.code }} | {{ location.name }} | {% for objects in location.related_objects %}{{ objects.count }} | {% endfor %}
| No {{ location_type.plural }} Yet. Add a {{ location_type.plural }} | {% paginator locations %} Export to Excel | |