2014-11-07 17:45:29 +01:00

16 lines
262 B
Twig

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