Adding views

This commit is contained in:
Marc Ducobu
2014-11-07 17:45:29 +01:00
parent c4ee2c45fa
commit 5fff168c87
4 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{% 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 %}