{% if method == 'ajax' %} {{ include('exception.html') }} {% endif %}
{{ formTitle|raw }} {% for page in pages %} {{ include('page.html') }} {% endfor %}
{% if pagination.active %} {{ include('pagination.html') }} {% endif %}
{% if method == 'post' %} {% endif %}
{% if method == 'ajax' %} {{ include('message.html') }} {% endif %}