{{ session.title }} {% if session.application.id is defined and session.application.id %} {{ session.application.user.by }} {% endif %} {{ session.location.at }}
{{ page.description }}
{% trans %}Organizer{% endtrans %}
- {% trans %}Attributed to{% endtrans %}
- {% if session.application is null %} {% trans %}None{% endtrans %} {% else %} {{ session.application.user.title }} {% endif %}
- {% trans %}Description{% endtrans %}
- {{ session.snippet.description|striptags|markdown_to_html }}
- {% trans %}Class{% endtrans %}
- {{ session.snippet.class|striptags|markdown_to_html }}
- {% trans %}Contact{% endtrans %}
- {{ 'Send a message to %pseudonym%'|trans({'%pseudonym%': session.application.user.title}) }}
- {% trans %}Donate{% endtrans %}
- {{ 'Donate to %pseudonym%'|trans({'%pseudonym%': session.application.user.title}) }}
- {% trans %}Link{% endtrans %}
- {{ 'Link to %pseudonym%'|trans({'%pseudonym%': session.application.user.title}) }}
- {% trans %}Social network{% endtrans %}
- {{ 'Consult %pseudonym% profile'|trans({'%pseudonym%': session.application.user.title}) }}
{% trans %}Schedule{% endtrans %}
- {% trans %}Date{% endtrans %}
- {{ session.start|localizeddate('long', 'none') }}
- {% trans %}Start{% endtrans %}
- {{ session.start|localizeddate('none', 'medium') }}
- {% trans %}Stop{% endtrans %}
- {{ session.stop|localizeddate('none', 'medium') }}
- {% trans %}Length{% endtrans %}
- {{ session.length|localizeddate('none', 'short', null, null, 'HH:mm') }}
- {% trans %}Slot{% endtrans %}
- {{ session.slot.title }}
- {% trans %}Locked{% endtrans %}
- {% if session.locked is null %} {% trans %}None{% endtrans %} {% else %} {{ session.locked|localizeddate('long', 'medium') }} {% endif %}
- {% trans %}Created{% endtrans %}
- {{ session.created|localizeddate('long', 'medium') }}
- {% trans %}Updated{% endtrans %}
- {{ session.updated|localizeddate('long', 'medium') }}
{% trans %}Weather{% endtrans %}
{% if session.rainrisk is not null %}- {% trans %}Rainrisk{% endtrans %}
- {{ session.rainrisk }}
- {% trans %}Rainfall{% endtrans %}
- {{ session.rainfall }}
- {% trans %}Realfeel{% endtrans %}
- {{ session.realfeel }}
- {% trans %}Realfeel min{% endtrans %}
- {{ session.realfeelmin }}
- {% trans %}Realfeel max{% endtrans %}
- {{ session.realfeelmax }}
- {% trans %}Temperature{% endtrans %}
- {{ session.temperature }}
- {% trans %}Temperature min{% endtrans %}
- {{ session.temperaturemin }}
- {% trans %}Temperature max{% endtrans %}
- {{ session.temperaturemax }}
{% trans %}Location{% endtrans %}
-
{# infos #}
- {% trans %}Location{% endtrans %}
- {{ session.location.title }}
-
{# location #}
- {% trans %}Address{% endtrans %}
- {{ session.location.address }} {{ session.location.zipcode }} {{ session.location.city }}
- {% trans %}Maps{% endtrans %}
- Google Maps
- OpenStreetMap
- {% trans %}Minimap{% endtrans %}
- TODO: minimap
{% trans %}Candidates{% endtrans %}
{{ application.user.title }}
- {% trans %}Score{% endtrans %}
- {% if application.score is null %} {% trans %}None{% endtrans %} {% else %} {{ application.score }} {% endif %}
- {% trans %}Created{% endtrans %}
- {{ application.created|localizeddate('long', 'medium') }}
- {% trans %}Updated{% endtrans %}
- {{ application.updated|localizeddate('long', 'medium') }}
- {% trans %}Canceled{% endtrans %}
- {% if application.canceled is null %} {% trans %}None{% endtrans %} {% else %} {{ application.canceled|localizeddate('long', 'medium') }} {% endif %}