{% load i18n geotrek_tags mapentity_tags staticfiles %} {% 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 %}
{% trans "Useful information" %}
{% if object.practice %} {% trans "Practice" %} {{ object.practice }} {% endif %} {% if object.depth %} {% trans "Maximum depth" %} {{ object.depth }} m {% endif %} {% if object.difficulty %} {% trans "Difficulty level" %} {{ object.difficulty }}
{% endif %}
{% if object.levels.all %} {% trans "Technical levels" %} {% for level in object.levels.all %}{{ level.name }}{% endfor %} {% endif %}
{% if object.themes.all %} {% trans "Themes" %} {% for theme in object.themes.all %}{{ theme.label }}{% endfor %} {% endif %}
{% block description %} {% if object.departure or object.description %}

{% trans "Dive" %}

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

{% trans "All useful information" %}

{% if object.advice %}
{% trans "Advices" %}
{{ object.advice | 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 disabled_sport %} {% if object.disabled_sport %}

{% trans "Disabled sport accessibility" %}

{{ object.disabled_sport|safe }}
{% endif %} {% endblock disabled_sport %} {% block facilities %} {% if object.facilities %}

{% trans "Facilities" %}

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

{% trans "Source" %}

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