{{ title.page }}
{{ description }}
{% trans %}Program{% endtrans %}
- {% trans %}Date and schedule{% endtrans %}
- {{ 'The %date% around %start% until %stop%'|trans({'%date%': session.start|intldate('long', 'none'), '%start%': session.start|intldate('none', 'medium'), '%stop%': session.stop|intldate('none', 'medium')}) }}
- {% trans %}Activity{% endtrans %} {#
- {{ session.application.dance.title }} #}
- {{ session.application.dance.title }}
- {% trans %}Organizer{% endtrans %}
- {{ session.application.user.title }}
- {% 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 %}Contribution to costs{% endtrans %}
- {% if session.snippet.rate == 0 %}{% trans %}To the hat, to cover: talc, electricity, bicycle, website, ...{% endtrans %}{% else %}{{ 'To the hat, ideally %rate% €, to cover: talc, electricity, bicycle, website, ...'|trans({'%rate%': session.snippet.rate}) }}{% endif %}
- {% trans %}Contribution{% endtrans %}
- {% if session.snippet.rate == 0 %}{% trans %}Free{% endtrans %}{% else %}{{ session.snippet.rate }} €{% endif %}
- {% trans %}Locked{% endtrans %}
- {{ session.locked|intldate('long', 'medium') }}
- {% trans %}Created{% endtrans %}
- {{ session.created|intldate('long', 'medium') }}
- {% trans %}Updated{% endtrans %}
- {{ session.updated|intldate('long', 'medium') }}
{% trans %}Location{% endtrans %}
- {% trans %}Place{% endtrans %}
- {{ session.location.title }}
- {% trans %}Description{% endtrans %}
- {{ session.location.description }}
- {% trans %}Interiority{% endtrans %}
- {% if session.location.indoor is defined and session.location.indoor%}{% trans %}Indoor{% endtrans %}{% else %}{% trans %}Outdoor{% endtrans %}{% endif %}
- {% trans %}Address{% endtrans %}
- {{ session.location.address }} {{ session.location.zipcode }} {{ session.location.city }}
- {% trans %}GPS coordinates{% endtrans %}
- {{ session.location.latitude }},{{ session.location.longitude }}
- {% trans %}Maps{% endtrans %}
- Google Maps
- OpenStreetMap
{% trans %}Weather{% endtrans %}
- {% 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 %}Candidates{% endtrans %}
{{ application.user.title }}
{% else %}{{ application.user.title }}
{% endif %}- {% trans %}Score{% endtrans %}
- {% if application.score is null %} {% trans %}None{% endtrans %} {% else %} {{ application.score }} {% endif %}
- {% trans %}Created{% endtrans %}
- {{ application.created|intldate('long', 'medium') }}
- {% trans %}Updated{% endtrans %}
- {{ application.updated|intldate('long', 'medium') }}
- {% trans %}Canceled{% endtrans %}
- {% if application.canceled is null %} {% trans %}None{% endtrans %} {% else %} {{ application.canceled|intldate('long', 'medium') }} {% endif %}