{% extends "base-print.html" %} {% load base_filters %} {% block title %}{% blocktrans with t=page.get_title %}{{ t }}{% endblocktrans %}{% endblock %} {% block meta_description %}{% blocktrans with d=page.get_description %}{{ d }}{% endblocktrans %}{% endblock %} {% block meta_keywords %}{% blocktrans with k=page.get_keywords %}{{ k }}{% endblocktrans %}{% endblock %} {% block meta_canonical_url %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Print View" %}

« {% trans "Back to regular page view" %}
{% trans "Your printed page will look something like this." %}

{{SITE_GLOBAL_SITEURL}}{{ page.get_absolute_url }}

{% blocktrans with t=page.title %}{{ t }}{% endblocktrans %}

{% blocktrans with c=page.content|safe %}{{ c }}{% endblocktrans %}
{% endblock %}