Links alle Rollen aus Spalte A, rechts Persona-Zuweisungen.
{% if not can_edit %}
{% with messages = get_flashed_messages() %}{% if messages %}{% for msg in messages %}Nur lesender Modus: Änderungen sind nur für Admin möglich.
{% endif %}
{{ msg }}
{% endfor %}{% endif %}{% endwith %}