- <section class="panel">
- <section class="grid">
- <div class="row">
- <dl class="cell">
- <dt><h3>{% trans %}Location{% endtrans %}</h3></dt>
- <dd><a href="{{ path('rapsys_air_location_view', {'id': session.location.id}) }}">{{ session.location.title }}</a></dd>
- </dl>
- <dl class="cell">
- <dt><h3>{% trans %}Slot{% endtrans %}</h3></dt>
- <dd>{{ session.slot.title }}</dd>
- </dl>
- <dl class="cell">
- <dt><h3>{% trans %}Created{% endtrans %}</h3></dt>
- <dd>{{ session.created.format('Y-m-d H:i:s') }}</dd>
- </dl>
- <dl class="cell">
- <dt><h3>{% trans %}Updated{% endtrans %}</h3></dt>
- <dd>{{ session.updated.format('Y-m-d H:i:s') }}</dd>
- </dl>
- </div>
- <div class="row">
- <dl class="cell">
- <dt><h3>{% trans %}Attributed to{% endtrans %}</h3></dt>
- {% if session.application is null %}
- <dd>{% trans %}None{% endtrans %}</dd>
- {% else %}
- <dd><a href="{{ path('rapsys_air_user_view', {'id': session.application.user.id}) }}">{{ session.application.user.title }}</a></dd>
- {% endif %}
- </dl>
- <dl class="cell">
- <dt><h3>{% trans %}Begin{% endtrans %}</h3></dt>
- {% if session.begin is null %}
- <dd>{% trans %}None{% endtrans %}</dd>
- {% else %}
- <dd>{{ session.begin.format('Y-m-d H:i:s') }}</dd>
- {% endif %}
- </dl>
- <dl class="cell">
- <dt><h3>{% trans %}End{% endtrans %}</h3></dt>
- {% if session.end is null %}
- <dd>{% trans %}None{% endtrans %}</dd>
- {% else %}
- <dd>{{ session.end.format('Y-m-d H:i:s') }}</dd>
- {% endif %}
- </dl>
- </div>
- <div class="sub">
+ <div class="panel calendar">
+ <div class="grid">
+ <section class="cell fourth">
+ <h3>{% trans %}Location{% endtrans %}</h3>
+ <a href="{{ path('rapsys_air_location_view', {'id': session.location.id}) }}">{{ session.location.title }}</a>
+ </section>
+ <section class="cell fourth">
+ <h3>{% trans %}Slot{% endtrans %}</h3>
+ {{ session.slot.title }}
+ </section>
+ <section class="cell fourth">
+ <h3>{% trans %}Created{% endtrans %}</h3>
+ {{ session.created.format('Y-m-d H:i:s') }}
+ </section>
+ <section class="cell fourth">
+ <h3>{% trans %}Updated{% endtrans %}</h3>
+ {{ session.updated.format('Y-m-d H:i:s') }}
+ </section>
+ <section class="cell third">
+ <h3>{% trans %}Attributed to{% endtrans %}</h3>
+ {% if session.application is null %}
+ {% trans %}None{% endtrans %}
+ {% else %}
+ <a href="{{ path('rapsys_air_user_view', {'id': session.application.user.id}) }}">{{ session.application.user.title }}</a>
+ {% endif %}
+ </section>
+ <section class="cell third">
+ <h3>{% trans %}Begin{% endtrans %}</h3>
+ {% if session.begin is null %}
+ {% trans %}None{% endtrans %}
+ {% else %}
+ {{ session.begin.format('Y-m-d H:i:s') }}
+ {% endif %}
+ </section>
+ <section class="cell third">
+ <h3>{% trans %}End{% endtrans %}</h3>
+ {% if session.end is null %}
+ {% trans %}None{% endtrans %}
+ {% else %}
+ {{ session.end.format('Y-m-d H:i:s') }}
+ {% endif %}
+ </section>
+ </div>
+ {{ include('@RapsysAir/form/_toolbox.html.twig') }}
+ </div>
+ <div class="panel candidate">
+ <div class="grid">
+ <section class="cell">