formdata.html.twig 243 B

123456789101112
  1. {% extends 'partials/base.html.twig' %}
  2. {% block content %}
  3. {{ content }}
  4. <div class="alert">{{ form.message }}</div>
  5. <p>Here is the summary of what you wrote to us:</p>
  6. {% include "forms/data.html.twig" %}
  7. {% endblock %}