]> Raphaël G. Git Repositories - airbundle/commitdiff
Add stop and hat infos
authorRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 08:08:54 +0000 (10:08 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 08:08:54 +0000 (10:08 +0200)
Expand pseudonym without hat info
New page title, section and description schema

Resources/views/default/index.html.twig

index 722b0931e50893e3c3f79930085b0734897d7133..e04f1b369cd7720b2ad4654475a3d2601aca88bf 100644 (file)
@@ -2,8 +2,8 @@
 {% block content %}
        <article id="dashboard">
                <header>
-                       <h2><a href="{{ path('rapsys_air') }}">{{ page.title }}</a></h2>
-                       <p>{{ page.description }}</p>
+                       <h2><a href="{{ path('rapsys_air') }}">{{ title }}</a></h2>
+                       <p>{{ description }}</p>
                </header>
                <div class="panel">
                        {% if calendar is defined and calendar %}
                                                                                                        {% endif %}
                                                                                                        <span title="{{ session.slottitle }}">{{ session.slot }}</span>
                                                                                                </span>
+                                                                                               <span>{{ session.stop|localizeddate('none', 'short') }}</span>
                                                                                                {% if session.pseudonym is defined and session.pseudonym %}
-                                                                                                       <span class="reducible pseudonym">{{ session.pseudonym }}</span>
+                                                                                                       <span class="reducible{% if session.rate is not defined and session.hat is not defined %} pseudonym{% endif %}">{{ session.pseudonym }}</span>
                                                                                                {% endif %}
+                                                                                               {% if session.rate is defined %}<span class="info">{{ session.rate }} {% if session.hat is defined and session.hat %}🎩{% else %}€{% endif %}</span>{% endif %}
                                                                                        </a>
                                                                                </li>
                                                                        {% endfor %}