{% 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 url %}
{% if object.practice %}
{% 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 %}
{% if object.picture_print.legend or object.picture_print.author %} {{ object.picture_print.legend }} {% if object.picture_print.author %}({{ object.picture_print.author }}){% endif %} {% endif %} {% else %}
{% endif %}
{% if object.description_teaser %}
{{ object.description_teaser|safe }}
{% endif %} {% if object.ambiance %}
{{ object.ambiance|safe }}
{% endif %}
{% trans "Useful information" %}
{% if object.practice %} {% trans "Practice" %} {{ object.practice }} {% endif %} {% if object.duration_pretty %} {% trans "Duration" %} {{ object.duration_pretty }} {% endif %} {% if object.length_kilometer %} {% trans "Length" %} {{ object.length_kilometer }} km {% endif %} {% if object.ascent %} {% trans "Trek ascent" %} {{ object.ascent }} m {% endif %} {% if object.difficulty %} {% trans "Difficulty" %} {{ object.difficulty }} {% endif %} {% for rating in object.ratings.all%} {% trans rating.scale.name %} {% trans rating.name %} {% endfor %} {% if object.route %} {% trans "Type" %} {{ object.route }} {% endif %}
{% if object.themes.all %} {% trans "Themes" %} {% for theme in object.themes.all %}{{ theme.label }}{% endfor %} {% endif %} {% if object.accessibilities.all %} {% trans "Accessibility" %} {% for accessibility in object.accessibilities.all %}{{ accessibility.name }}{% endfor %} {% endif %}
{% block description %} {% if object.description or object.networks.all or object.departure or object.arrival %}

{% trans "Trek" %}

{% if object.departure or object.arrival or object.networks.all %}
{% endif %}
{{ object.description|safe }}
{% if object.children %}
{% trans "Stages" %} :

{% endif %} {% endif %} {% endblock description %}

{% trans "On your path..." %}

{% block poisSummary %}
{% if pois %} {% for poi in pois %}
{% if poi.type.pictogram %}{% endif %} {{ poi.name }} ({{ poi.letter }})
{% endfor %} {% endif %}
{% endblock poisSummary %}

{% trans "All useful information" %}

{% for label in object.labels.all %}
{% if label.pictogram %} {% else %} {% endif %}
{{ label.name|safe }}
{{ label.advice|safe }}
{% endfor %} {% if object.advice %}
{% trans "Advices" %}
{{ object.advice | safe }}
{% endif %} {% if object.equipment %}
{% trans "Equipments" %}
{{ object.equipment | safe }}
{% endif %} {% if object.published_sensitive_areas %}

{% trans "Environmental sensitive areas" %}

{% blocktrans %} Along your trek, you will go through sensitive areas related to the presence of a specific species or environment. In these areas, an appropriate behaviour allows to contribute to their preservation. For detailed information, specific forms are accessible for each area. {% endblocktrans %} {% for area in object.published_sensitive_areas %}
{% if area.species.pictogram %}{% endif %}

{{ area.species.name }}

{% trans "Sensitivity period:" %} {{ area.pretty_period }}

{% if area.contact %}

{% trans "Contact:" %} {{ area.contact|safe }}

{% endif %}

{{ area.description|safe }}

{% if area.species.url %}

{{ area.specie.url }}

{% endif %}
{% endfor %}
{% endif %} {% block elevation %} {% if object.get_elevation_chart_url %}
{% trans "Altimetric profile" %}
{% trans "Min elevation" %} {{ object.min_elevation }} m {% trans "Max elevation" %} {{ object.max_elevation }} m
{% endif %} {% endblock elevation %} {% block transport %} {% if object.public_transport %}

{% trans "Transports" %}

{{ object.public_transport|safe }}
{% endif %} {% endblock transport %} {% block access %} {% if object.access %}

{% trans "Access" %}

{{ object.access|safe }}
{% endif %} {% endblock access %} {% block parking %} {% if object.advised_parking %}

{% trans "Advised parking" %}

{{ object.advised_parking }}
{% endif %} {% endblock parking %} {% block disabledInfrastructure %} {% if object.disabled_infrastructure %}

{% trans "Disabled Infrastructure" %}

{{ object.disabled_infrastructure|safe }}
{% endif %} {% endblock disabledInfrastructure %} {% block source %} {% if object.source.all %}

{% trans "Source" %}

{% for s in object.source.all %}
{% if s.pictogram %} {% endif %}{{ s.name }}
{% endfor %}
{% endif %} {% endblock source %} {% if object.information_desks.all %}
{% block informationDesks %}

{% trans "Information desks" %}

{% if object.information_desks.first.thumbnail %} {% endif %}
{% endblock informationDesks %}
{% endif %} {% block poisDetails %}
{% if pois %}

{% trans "On your path..." %}

{% for poi in pois %}
{% if poi.thumbnail %} {% endif %}

{% if poi.type.pictogram %}{% endif %} {{ poi.name }} ({{ poi.letter }})

{{ poi.description|safe }}
{% if poi.thumbnail and poi.thumbnail.author %} {% trans "Attribution" %} : {{ poi.thumbnail.author }} {% endif %}
{% endfor %} {% endif %}
{% endblock poisDetails %} {% endblock body %} {% block footer %} {% endblock footer %}