{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
{% if location_count == 0 %}

No location associated with this entity.

{% else %}
{{ location_count }} location{{ location_count|pluralize }} · loading traces…
Loading…
{% endif %}
{% if location_count > 0 %} {% endif %} {% endblock %}