2015-01-15 19:15:54 +01:00
|
|
|
{% extends 'partials/base.html.twig' %}
|
|
|
|
|
|
|
|
{% block content %}
|
2015-11-18 13:25:53 +01:00
|
|
|
<div class="modular-row bottom ">
|
2015-01-15 19:15:54 +01:00
|
|
|
{{ content }}
|
|
|
|
|
2015-11-18 13:25:53 +01:00
|
|
|
<h2>{{ form.message }}</h2>
|
2015-01-15 19:15:54 +01:00
|
|
|
<p>Here is the summary of what you wrote to us:</p>
|
|
|
|
|
|
|
|
{% include "forms/data.html.twig" %}
|
2015-11-18 13:25:53 +01:00
|
|
|
</div>
|
2015-01-15 19:15:54 +01:00
|
|
|
{% endblock %}
|