{% extends "sections.twig" %} {% block subcontent_detail %} {#

{{ themeName }}

#} {% if updated %}

Profile section has been saved

{% else %} {{ form_start(form) }} {% if app.request.get('sectionId') %}

Warning: changing a section which is already in use may cause loss of profile content

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