{% 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.parent_sites.first.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 %}
{% 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 %} {% else %}
{% endif %}
{% if object.description %}
{{ object.description|safe }}
{% endif %}
{% trans "Useful information" %}
{% if object.parent_sites.first.practice %} {% trans "Practice" %} {{ object.parent_sites.first.practice }} {% endif %} {% if object.height %} {% trans "Height" %} {{ object.height }} m {% endif %} {% if object.duration %} {% trans "Duration" %} {{ object.duration|duration }} {% endif %} {% if object.type %} {% trans "Type" %} {{ object.type }} {% endif %} {% for rating in object.ratings.all%} {% trans rating.scale.name %} {% trans rating.name %} {% endfor %}

{% trans "Geographical location" %}

{% trans "All useful information" %}

{% block advice %} {% if object.advice %}
{% trans "Advice" %}
{{ object.advice | safe }}
{% endif %} {% endblock advice %} {% block gear %} {% if object.gear %}
{% trans "Gear" %}
{{ object.gear | safe }}
{% endif %} {% endblock gear %} {% block equipment %} {% if object.equipment %}
{% trans "Equipment" %}
{{ object.equipment | safe }}
{% endif %} {% endblock equipment %} {% 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 %}