WIP Impelement more stuff

This commit is contained in:
Björn Fromme
2023-10-04 15:10:16 +02:00
parent dec8feedf2
commit cc1ab396af
35 changed files with 928 additions and 177 deletions
+4 -1
View File
@@ -43,7 +43,7 @@
</a>
</td>
<td>
{{ teamer.status }}
{{ teamer.status|teamer_status_label }}
</td>
<td>
{{ teamer.communication.email }}
@@ -57,6 +57,9 @@
</td>
<td>
<div class="flex items-center space-x-1 justify-end">
<a href="{{ path('app_admin_teamer_profile', { 'uuid': teamer.uuid }) }}" title="Teamerprofil {{ teamer }}">
{{ icon('user') }}
</a>
</div>
</td>
</tr>