{% extends "pages/base.html" %} {% load i18n %} {% block title %}{{ manual.title }}{% endblock %} {% block content %} {% with orientation=manual.pdf_orientation|default:'landscape' %} {% endwith %}

{{ manual.title }}

{% trans "Languages" %}: {{ manual.languages|default:_("Not specified") }}

{% trans "Download PDF" %}
{{ manual.content_html|safe }}
{% endblock %}