{% if section.getIsWikiAdmin() is sameas(true) and section.isRoot() is sameas(false) %}
{{ 'delete_section'|trans({}, 'icap_wiki') }}
{% endif %}
{% form_theme form 'IcapWikiBundle:Wiki:editTheme.html.twig' %}
{% if _resource.mode is sameas(1) %}
{{'moderate_mode_warning'|trans({},'icap_wiki')|raw}}
{% endif %}
{% if section.isRoot() is sameas(true) %}
{{ form_row(form.activeContribution.text) }}
{% else %}
{{ form_row(form.activeContribution.title) }} {{ form_row(form.activeContribution.text) }} {% if section.getIsWikiAdmin() is sameas(true) %} {{ form_row(form.visible) }} {% endif %}
{% if section.getIsWikiAdmin() is sameas(true) %}
{{ "move_section"|trans({},'icap_wiki') }}
{{ form_row(form.position) }} {{ form_row(form.brother) }}
{% endif %} {% endif %}
{{ form_rest(form) }} {% trans %}Cancel{% endtrans %}