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

{{ themeName }}

#} {% if updated %}

Profile layout has been saved

{% else %} {# {{ theme.id }}
{{ theme.name }}
{{ theme.description }}
#} {{ form_start(form) }} {% if app.request.get('themeId') %}

Warning: removing sections which are already in use may cause loss of profile content

{% endif %} {{ form_row(form) }} {{ form_end(form) }} {# {{ sections|json_encode() }} #} {% endif %} {% endblock %}