{% extends "templates/web.html" %} {% block page_content %}

{{ _(title) }}

{% if action %} {{ _(action.label) }} {% endif %}
{{ _(message) }}
{{ print_format }}
{% endblock %}