{% load i18n geotrek_tags mapentity_tags %}

{% trans "Management" %}

{% if modelname != "path" %} {% endif %} {% settings_value "TRAIL_MODEL_ENABLED" as trail_enabled %} {% if trail_enabled and modelname != "trail" %} {% endif %}
{% trans "Paths" %} {% if object.topology %} {% include "core/aggregations_list_fragment.html" with object=object.topology %} {% elif object.aggregations %} {% include "core/aggregations_list_fragment.html" %} {% else %} {% trans "No information" %} {% endif %}
{% trans "Trails" %} {% if perms.core.add_trail %} {% is_topology_model model as is_topology_model %}

{% trans "Add a new trail" %}

{% endif %} {% valuelist object.trails field='name' %}