{# -*- engine:django -*- #} {% extends "core/base_print.html" %} {% load i18n %} {% block browser_title %}{% blocktrans %}Test PDF generation{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Test PDF generation{% endblocktrans %}{% endblock %} {% block content %}

info {% blocktrans %} This simple view can be used to ensure the correct function of the built-in PDF generation system. {% endblocktrans %}

{% endblock %}