{% load i18n geotrek_tags mapentity_tags outdoor_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.practice and object.practice.pictogram %}
{% endif %}

{{ object.name }}

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


{% if object.picture_print %}
{% else %}
{% endif %}
{% 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 %}
{% 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.type %} {% trans "Type" %} {{ object.type }} {% endif %} {% if object.period %} {% trans "Period" %} {{ object.period }} {% endif %} {% if object.wind %} {% trans "Wind" %} {% for wind in object.wind %}{{ wind|wind_display }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endif %} {% if object.orientation %} {% trans "Orientation" %} {% for orientation in object.orientation %}{{ orientation|orientation_display }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endif %}
{% if object.ratings.all %} {% trans "Rating scale" %} {% regroup object.ratings.all by scale as scales_list %} {% for scale in scales_list %} {{ scale.grouper.name }} : {% for rating in scale.list %}{{ rating.name }}{% if not forloop.last %}, {% endif %}{% endfor %} {% endfor %} {% endif %}
{% if object.themes.all %} {% trans "Themes" %} {% for theme in object.themes.all %}{{ theme.label }}{% endfor %} {% endif %}
{% block description %} {% if object.description %}

{% trans "Description" %}

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

{% trans "Geographical location" %}

{% 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" %}

{% block label %} {% for label in object.labels.all %}
{% if label.pictogram %} {% else %} {% endif %}
{{ label.name | safe }}
{{ label.advice | safe }}
{% endfor %} {% endblock label %} {% block advice %} {% if object.advice %}
{% trans "Advices" %}
{{ object.advice | safe }}
{% endif %} {% endblock advice %} {% block accessibility %} {% if object.accessibility %}
{% trans "Accessibility" %}
{{ object.accessibility | safe }}
{% endif %} {% endblock accessibility %} {% block informationDesks %} {% if object.information_desks.all %}

{% trans "Information desks" %}

{% endif %} {% endblock informationDesks %} {% 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 %} {% 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 %}