16 lines
276 B
Twig

{% extends '::base.html.twig' %}
{% block body -%}
<h1>Role creation</h1>
{{ form(form) }}
<ul class="record_actions">
<li>
<a href="{{ path('chill_event_admin_role') }}">
Back to the list
</a>
</li>
</ul>
{% endblock %}