{% extends 'UpdoonAppBundle::base_private_extension.html.twig' %} {% form_theme config_form 'UpdoonAppBundle:Themes:default.html.twig' %} {% block title %}{{ parent() }}Einstellungen{% endblock %} {% block content %}
{% for message in app.session.flashbag.get('settings-success') %} {% endfor %} {% if config_form.vars.errors is not empty %} {% endif %}