{% load i18n geotrek_tags mapentity_tags %}
{% trans "Paths" %} | {% if object.topology %} {% include "core/aggregations_list_fragment.html" with object=object.topology %} {% elif object.aggregations %} {% include "core/aggregations_list_fragment.html" %} {% elif object.target_id %} {% include "core/aggregations_list_fragment.html" with object=object.target.topology %} {% else %} {% trans "No information" %} {% endif %} |
---|---|
{% trans "Trails" %} | {% if perms.core.add_trail %} {% is_topology_model model as is_topology_model %} {% endif %} {% valuelist object.trails field='name' %} |