X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/534677f1a55761375b6d4c61e78be73828918035..484e99987490d5b250841f3a04e38bd6ee46c3ad:/Resources/views/session/view.html.twig diff --git a/Resources/views/session/view.html.twig b/Resources/views/session/view.html.twig index c8b78b1..3c345f9 100644 --- a/Resources/views/session/view.html.twig +++ b/Resources/views/session/view.html.twig @@ -1,88 +1,157 @@ -{% extends '@RapsysAir/body.html.twig' %} +{% extends '@RapsysAir/base.html.twig' %} {% block content %} -
-

- {{ session.title }} - {{ session.location.at }} -

+
+
+

{{ title.page }}

+

{{ description }}

+
-
+
-

{% trans %}Organizer{% endtrans %}

+
+

{% trans %}Program{% endtrans %}

+
-
{% trans %}Attributed to{% endtrans %}
-
- {% if session.application is null %} - {% trans %}None{% endtrans %} - {% else %} - {{ session.application.user.title }} - {% endif %} -
+
{% 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')}) }}
- {% if session.snippet.description is defined and session.snippet.description %} -
-
{% trans %}Description{% endtrans %}
-
{{ session.snippet.description|striptags|markdown_to_html }}
-
- {% endif %} - {% if session.application.user.donation is defined and session.application.user.donation %} -
-
{% trans %}Donation{% endtrans %}
-
{{ 'Contribute to %title%'|trans({'%title%': session.application.user.title}) }}
-
+ {% if session.application is defined and session.application %} + {% if session.application.dance is defined and session.application.dance %} +
+
{% trans %}Activity{% endtrans %}
+ {#
{{ session.application.dance.title }}
#} +
{{ session.application.dance.title }}
+
+ {% endif %} + {% if session.application.user is defined and session.application.user %} +
+
{% trans %}Organizer{% endtrans %}
+
{{ session.application.user.title }}
+
+ {% endif %} + {% if session.snippet is defined and session.snippet %} + {% if session.snippet.description is defined and session.snippet.description %} +
+
{% trans %}Description{% endtrans %}
+
{{ session.snippet.description|striptags|markdown_to_html }}
+
+ {% endif %} + {% if session.snippet.class is defined and session.snippet.class %} +
+
{% trans %}Class{% endtrans %}
+
{{ session.snippet.class|striptags|markdown_to_html }}
+
+ {% endif %} + {% if session.snippet.contact is defined and session.snippet.contact %} +
+
{% trans %}Contact{% endtrans %}
+
{{ 'Send a message to %pseudonym%'|trans({'%pseudonym%': session.application.user.title}) }}
+
+ {% endif %} + {% if session.snippet.donate is defined and session.snippet.donate %} +
+
{% trans %}Donate{% endtrans %}
+
{{ 'Donate to %pseudonym%'|trans({'%pseudonym%': session.application.user.title}) }}
+
+ {% endif %} + {% if session.snippet.link is defined and session.snippet.link %} +
+
{% trans %}Link{% endtrans %}
+
{{ 'Link to %pseudonym%'|trans({'%pseudonym%': session.application.user.title}) }}
+
+ {% endif %} + {% if session.snippet.profile is defined and session.snippet.profile %} +
+
{% trans %}Social network{% endtrans %}
+
{{ 'Consult %pseudonym% profile'|trans({'%pseudonym%': session.application.user.title}) }}
+
+ {% endif %} + {% if session.snippet.rate is defined and session.snippet.rate %} + {% if session.snippet.hat is defined and session.snippet.hat %} +
+
{% 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 %}
+
+ {% else %} +
+
{% trans %}Contribution{% endtrans %}
+
{% if session.snippet.rate == 0 %}{% trans %}Free{% endtrans %}{% else %}{{ session.snippet.rate }} €{% endif %}
+
+ {% endif %} + {% endif %} + {% endif %} {% endif %} - {% if session.application.user.site is defined and session.application.user.site %} + {% if session.locked is defined and session.locked %}
-
{% trans %}Website{% endtrans %}
-
{{ 'Website of %title%'|trans({'%title%': session.application.user.title}) }}
+
{% trans %}Locked{% endtrans %}
+
{{ session.locked|intldate('long', 'medium') }}
{% endif %} -
-
-

{% trans %}Schedule{% endtrans %}

-
{% trans %}Slot{% endtrans %}
-
{{ session.slot.title }}
+
{% trans %}Created{% endtrans %}
+
{{ session.created|intldate('long', 'medium') }}
+
+
+
{% trans %}Updated{% endtrans %}
+
{{ session.updated|intldate('long', 'medium') }}
+
+
+
+

{% trans %}Location{% endtrans %}

+
-
{% trans %}Start{% endtrans %}
-
{{ session.start.format('Y-m-d H:i:s') }}
+
{% trans %}Place{% endtrans %}
+
{{ session.location.title }}
-
{% trans %}Stop{% endtrans %}
-
- {% if session.start.format('Y-m-d') != session.stop.format('Y-m-d') %} - {{ session.stop.format('Y-m-d H:i:s') }} - {% else %} - {{ session.stop.format('H:i:s') }} - {% endif %} -
+
{% trans %}Description{% endtrans %}
+
{{ session.location.description }}
-
{% trans %}Length{% endtrans %}
-
{{ session.length.format('H:i:s') }}
+
{% trans %}Interiority{% endtrans %}
+
{% if session.location.indoor is defined and session.location.indoor%}{% trans %}Indoor{% endtrans %}{% else %}{% trans %}Outdoor{% endtrans %}{% endif %}
-
{% trans %}Locked{% endtrans %}
+
{% trans %}Address{% endtrans %}
- {% if session.locked is null %} - {% trans %}None{% endtrans %} - {% else %} - {{ session.locked.format('Y-m-d H:i:s') }} - {% endif %} + {{ session.location.address }} + {{ session.location.zipcode }} {{ session.location.city }}
-
{% trans %}Created{% endtrans %}
-
{{ session.created.format('Y-m-d H:i:s') }}
+
{% trans %}GPS coordinates{% endtrans %}
+
+ {{ session.location.latitude }},{{ session.location.longitude }} +
-
{% trans %}Updated{% endtrans %}
-
{{ session.updated.format('Y-m-d H:i:s') }}
+
{% trans %}Maps{% endtrans %}
+
+ Google Maps +
+
+ OpenStreetMap +
+ {% if map is defined and map %} +
+
{% trans %}Access map{% endtrans %}
+
+ +
+ {{ map.caption }} +
{{ map.caption }}
+
+
+
+
+ {% endif %}
-

{% trans %}Weather{% endtrans %}

+
+

{% trans %}Weather{% endtrans %}

+
{% if session.rainrisk is not null %}
{% trans %}Rainrisk{% endtrans %}
@@ -132,88 +201,64 @@
{% endif %}
-
-

{% 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
-
-
-
- {{ include('@RapsysAir/form/_toolbox.html.twig') }} -
-
-

{% trans %}Candidates{% endtrans %}

-
- {% if session.applications is null %} + {% if is_granted('ROLE_GUEST') %}
- {% trans %}None{% endtrans %} -
- {% else %} - {% for application in session.applications %} -
-

{{ application.user.title }}

-
-
{% trans %}Score{% endtrans %}
-
- {% if application.score is null %} - {% trans %}None{% endtrans %} - {% else %} - {{ application.score }}
- {% endif %} -
-
-
{% trans %}Created{% endtrans %}
-
{{ application.created.format('Y-m-d H:i:s') }}
-
-
-
{% trans %}Updated{% endtrans %}
-
{{ application.updated.format('Y-m-d H:i:s') }}
-
-
-
{% trans %}Canceled{% endtrans %}
-
- {% if application.canceled is null %} +
+

{% trans %}Candidates{% endtrans %}

+
+
+
+ {% if session.applications is defined and session.applications %} + {% for application in session.applications %} +
+
+ {% if application.user.id == 1 and application.user.title|slug == 'milonga-raphael' %} +

{{ 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 %} +
+
+
+ {% endfor %} + {% else %} +
{% trans %}None{% endtrans %} - {% else %} - {{ application.canceled.format('Y-m-d H:i:s') }} - {% endif %} -
-
-
- {% endfor %} - {% endif %} -
-
-
- {% if locations is defined and locations %} -
-

{% trans %}Locations{% endtrans %}

-
- {% for id, title in locations %} -
-

{{ title }}

+
+ {% endif %} +
+
- {% endfor %} + {% endif %} - - {% endif %} + {{ include('@RapsysAir/form/_toolbox.html.twig') }} + + + {{ include('@RapsysAir/default/_location.html.twig') }} {% endblock %}