{% block title %} {% endblock %}
{% block head %} {% endblock %}
{% if project_logo %}
{% endif %}
Print
{% if pdf_enabled %}
PDF
{% endif %}
{% for html_string in injections %} {{html_string|safe}} {% endfor %} {% block content %} {% endblock %}
{% block script %} {% endblock %}