Files
myep-team/templates/_partials/_teamer_deleted_badge.html.twig
T
2026-08-11 12:26:13 +02:00

7 lines
240 B
Twig

{% if teamer is not null and teamer.deleted %}
<span class="inline-block py-1 px-2 text-xs bg-gray-500 text-white"
title="Account gelöscht am {{ teamer.deletedAt | date('d.m.Y') }}">
gelöscht
</span>
{% endif %}