11 lines
347 B
Twig
11 lines
347 B
Twig
{% extends 'htmx_confirmation_modal.html.twig' %}
|
|
|
|
{% block content %}
|
|
<div class="pb-4">
|
|
Möchtest du den Benutzeraccount von <em>{{ teamer }}</em> wirklich reaktivieren?
|
|
</div>
|
|
<div>
|
|
Der Grund der Sperrung war: <em>{{ teamer.user.disabledReasonInternal ?? teamer.user.disabledReason }}</em>
|
|
</div>
|
|
{% endblock %}
|