{% if S_SIMPLE_MESSAGE %} {% include 'simple_header.html' %} {% else %} {% include 'overall_header.html' %} {% endif %}

{{ MESSAGE_TITLE }}

{{ MESSAGE_TEXT }}

{% if SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV %}

{{ L_RETURN_TO_SEARCH_ADV }}

{% endif %}
{% if S_SIMPLE_MESSAGE %} {% include 'simple_footer.html' %} {% else %} {% include 'overall_footer.html' %} {% endif %}