{% 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.approved %} {% block trademark %}
{% endblock %} {% 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 %} {% trans "Attribution" %} : {{ 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.type %} {% trans "Type" %} {{ object.type }} {% endif %} {% if object.dates_display %} {% trans "Date" %} {{ object.dates_display }} {% endif %} {% if object.meeting_point %} {% trans "Meeting point" %} {{ object.meeting_point }} {% endif %} {% if object.meeting_time %} {% trans "Meeting time" %} {{ object.meeting_time|time:"H \h i" }} {% endif %} {% if object.duration %} {% trans "Duration" %} {{ object.duration }} {% endif %} {% if object.target_audience %} {% trans "Target audience" %} {{ object.target_audience }} {% endif %}
{% if object.themes.all %} {% trans "Themes" %} {% for theme in object.themes.all %}{{ theme.label }}{% endfor %} {% endif %}
{% if object.accessibility %} {% trans "Accessibility" %} {{ object.accessibility }} {% endif %}
{% block description %} {% if object.description %}

{% trans "Description" %}

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

{% trans "Geographical location" %}

{% trans "All useful information" %}

{% if object.practical_info %}
{% trans "Practical info" %}
{{ object.practical_info | safe }}
{% endif %} {% if object.contact or object.email or object.website %}

{% trans "Contact" %}

{% if object.contact %}
{{ object.contact|safe }}
{% endif %} {% if object.email %}
{{ object.email }}
{% endif %} {% if object.website %}
{{ object.website }}
{% endif %}
{% endif %} {% if object.speaker %}

{% trans "Speaker" %}

{{ object.speaker }}
{% endif %} {% if object.participant_number %}

{% trans "Number of participants" %}

{{ object.participant_number }}
{% endif %} {% if object.booking %}

{% trans "Booking" %}

{{ object.booking|safe }}
{% endif %} {% 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 %}