{% extends "base.html" %} {% load i18n account %} {% block content %}

{% trans "Entity group details" %}

{{ entity_group.name }}

{% trans "Owned by" %} {% safefullname entity_group.owner %}

{% trans "The query defined in this entity group is: " %} {{ entity_group.query }}

{% if entities %}
{% trans "Entity group feed" %}
{% trans "Entity group feed" %}
{% include "entity/listing.include.html" %} {% if entities.has_geoinfo %}
{% endif %} {% endif %} {% endblock %} {% block extrajs %} {% if entities %} {% include "entity/map.include.html" %} {% endif %} {% endblock %}