{% extends '@TigrisBase/layout.html.twig' %} {% block title %}{{ 'user.profile_edit'|trans|parse_icons }}{% endblock %} {% block main %}

{{ 'user.profile_edit'|trans|parse_icons }}

{% embed '@TigrisBase/decorators/_form.html.twig' with {'form': form} %} {% block body %} {% include 'person/_form.html.twig' with {'form': form.person, 'entity': entity.person } %} {% endblock %} {% endembed %} {% endblock %}