{% load i18n geotrek_tags mapentity_tags static %} {% settings_value "PRIMARY_COLOR" as primary_color %} {% block style %} {% endblock style %} {% block body %}
{% block url %}
rando.geotrek.fr
{% trans "Powered by geotrek.fr" %}
{% endblock %}
{% if object.category %}
{% endif %} {% if object.approved %} {% block trademark %}
{% endblock %} {% endif %}

{{ object.name }}

{% block main_title_h2 %} {{ object.districts.0.name }}{% if object.districts and object.city_departure %} - {% endif %}{{ object.city_departure }} {% endblock %}


{% if object.picture_print %}
{% else %}
{% endif %}
{% if object.picture_print.legend or object.picture_print.author %} {% trans "Attribution" %} : {{ object.picture_print.legend }} {% if object.picture_print.author %}({{ object.picture_print.author }}){% endif %} {% endif %}
{% if object.description_teaser %}
{{ object.description_teaser|safe }}
{% endif %}
{% trans "Useful information" %}
{% if object.category %} {% trans "Category" %} {{ object.category }} {% endif %}
{% if object.type1.all %} {{ object.type1_label }} {% for type in object.type1.all %}{{ type }}{% endfor %} {% endif %} {% if object.type2.all %} {{ object.type2_label }} {% for type in object.type2.all %}{{ type }}{% endfor %} {% endif %} {% if object.themes.all %} {% trans "Themes" %} {% for theme in object.themes.all %}{{ theme.label }}{% endfor %} {% endif %} {% if object.label_accessibility %} {% trans "Label accessibility" %} {{ object.label_accessibility }} {% endif %}
{% block description %} {% if object.description %}

{% trans "Description" %}

{{ object.description|safe }}
{% endif %} {% endblock description %}

{% trans "Geographical location" %}

{% trans "All useful information" %}

{% if object.practical_info %}
{% trans "Practical info" %}
{{ object.practical_info | safe }}
{% endif %}

{% trans "Contact" %}

{% if object.contact %}
{{ object.contact|safe }}
{% endif %} {% if object.email %}
{{ object.email }}
{% endif %} {% if object.website %}
{{ object.website }}
{% endif %}
{% block accessibility %} {% if object.accessibility %}
{% trans "Accessibility" %}
{{ object.accessibility | safe }}
{% endif %} {% endblock accessibility %} {% block source %} {% if object.source.all %}

{% trans "Source" %}

{% for s in object.source.all %}
{% if s.pictogram %}{% endif %}
{{ s.name }}
{% if s.website %}{{ s.website }}{% endif %}
{% endfor %}
{% endif %} {% endblock source %} {% endblock body %} {% block footer %} {% endblock footer %}