13 lines
441 B
Twig
13 lines
441 B
Twig
{% extends 'htmx_confirmation_modal.html.twig' %}
|
|
|
|
{% block content %}
|
|
<div class="pb-4">
|
|
Möchtest du die Rolle <em>{{ roleLabel }}</em> für <em>{{ user.fullName }}</em> wirklich freischalten?
|
|
</div>
|
|
<div>
|
|
Die Rolle wird damit sofort wirksam. Sie wird automatisch wieder entzogen, sobald sie in BusPro nicht mehr beansprucht wird.
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block button_confirm %}Freischalten{% endblock %}
|