{% extends '@App/uibase/subbase/useraccount/account-base.html.twig' %} {% block accountcontent %}
{% if msg is defined %}{{ msg }}{% endif %} {% if data.msg is defined %} {{ data.msg }} {% endif %} {{ form(form) }}
{% endblock %}