{% 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 %}
{% trans "Useful information" %}
{% if object.parent_sites.first.practice.sector %} {% trans "Sector" %} {{ object.parent_sites.first.practice.sector }} {% endif %} {% if object.parent_sites.first.practice %} {% trans "Practice" %} {{ object.parent_sites.first.practice }} {% endif %} {% if object.type %} {% trans "Type" %} {{ object.type }} {% endif %} {% for rating in object.ratings.all%} {% trans rating.scale.name %} {% trans rating.name %} {% endfor %}
{% block description %} {% if object.description %}

{% trans "Description" %}

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

{% trans "Geographical location" %}

{% trans "All useful information" %}

{% endblock body %} {% block footer %} {% endblock footer %}