{% extends 'base.html.twig' %} {% block title %}{{ 'suggestions.title'|trans }}{% endblock %} {% block body %}
Logo n-atypik

{{ 'suggestions.page_title'|trans }}

{# Flash messages #} {% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('error') %}
{{ message }}
{% endfor %}

{{ 'suggestions.intro'|trans }}
{{ 'suggestions.intro_2'|trans }}

{{ 'form.required'|trans }}.

{% endblock %}