feat: new dispositions widget on admin dashboard

This commit is contained in:
Björn Fromme
2024-07-18 15:18:58 +02:00
parent b563bf3059
commit 82ff3bdf23
4 changed files with 33 additions and 13 deletions
@@ -0,0 +1,8 @@
{% set assignment = disposition.assignment %}
<span class="whitespace-nowrap">{{ disposition.teamer.fullName(true) }}</span>
{% include '_partials/_dot.html.twig' %}
<span class="whitespace-nowrap">{{ assignment.effectivePeriod.start|date('d.m.y') }} - {{ assignment.effectivePeriod.end|date('d.m.y') }}</span>
{% include '_partials/_dot.html.twig' %}
<span class="whitespace-nowrap">{{ assignment.destination.hotel }}</span>
{% include '_partials/_dot.html.twig' %}
<span class="whitespace-nowrap">{{ assignment.jobProfile.name }}</span>