{##} {{ include('head.twig.html') }}
{% if not hideHeader %}
{{ __('This printout contains information that is the property of %1$s. If you find this report, and do not have permission to read it, please return it to %2$s (%3$s). In the event that it cannot be returned, please destroy it.')|format(organisationName, organisationAdministratorName, organisationAdministratorEmail) }}
{% else %}
{% endif %}
{% for type, alerts in page.alerts %} {% for text in alerts %}
{{ text|raw }}
{% endfor %} {% endfor %} {% if isLoggedIn %} {{ content|join("\n")|raw }} {% endif %}