{% load i18n mapentity_tags %}

{{ object.name }}

{{ object.districts.0 }}

{{ object.cities.0 }}

{% if object.picture_print %} {% endif %}
{% trans "Type" %} {{ object.type }}
{% trans "Elevation" %} {{ object.min_elevation }} m

{{ object.description|safe }}

{% if object.treks.count > 0 %}

{% trans "Treks" %}

{% for other in object.treks.all %} {% endfor %}
{{ other.name }}
{% endif %} {% if object.pictures.0.legend or object.pictures.0.author %}

{% trans "Attribution" %} : {{ object.pictures.0.legend }} ({{ object.pictures.0.author }})

{% endif %} {% trans "Powered by http://geotrek.fr" %}