7 lines
240 B
Twig
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 %}
|