{% include( "inc_page_warning.html" ) %}
{% macro linebreaks_for_string( the_string ) -%} {% if the_string %} {% for line in the_string.split('\n') %}
{{ line }}
{% endfor %} {% else %} {{ the_string }} {% endif %} {%- endmacro %} {% include( "inc_page_head.html" ) %}