2014-11-09 20:24:23 +01:00

16 lines
281 B
Twig

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