{% include 'overall_header.html' %}
{% if loops.errors|length %}
{% for ERROR in loops.errors %}
{{ ERROR.TEXT }}
{% endfor %}
{% endif %} {% if LINKPROTECTION_PREVIEW %} {% INCLUDE 'protected_page_preview.html' %} {% endif %} {% if LINKPROTECTION_SHOW_LINK %} {% INCLUDE 'protected_page_link.html' %} {% endif %} {% if LINKPROTECTION_SHOW_CAPTCHA %} {% INCLUDE 'protected_page_captcha.html' %} {% endif %}
{% include 'overall_footer.html' %}