{% extends '@SuluCommunity/base.html.twig' %} {% block content %}

{{ 'Profile'|trans }}

{% if success %}

{{ 'save_profile_finished'|trans }}

{% endif %} {{ form(form) }} {% endblock %}