{% extends 'base.html.twig' %} {% block title %}{{ 'label.profile'|trans }}{% endblock %} {% block page_title %}{{ 'label.profile'|trans }}{% endblock %} {% block content %}

{{ 'label.profile'|trans }}

{{ form_start(form) }}
{% for item in form %} {% endfor %}
{{ form_end(form) }}
{% endblock %}