{%- if is_new_section -%} {%- set url="/actions/document/create_section" %} {%- else -%} {%- set url="/actions/document/update_section" %} {%- endif -%}
{%- if is_new_section -%} {%- endif -%}
{# #}
{%- if true -%} {{ form_object.section_title }} {%- endif -%}
{%- if form_object.has_errors("section_title") -%}
{%- for error in form_object.get_errors("section_title") -%} {{ error }} {%- endfor -%}
{%- endif -%}
{%- if true -%} {{ form_object.section_statement }} {%- endif -%}
{%- if form_object.has_errors("section_statement") -%}
{%- for error in form_object.get_errors("section_statement") -%} {{ error }} {%- endfor -%}
{%- endif -%}