{% extends 'sphinxdoc/base.html' %} {% block title %} {{ app.name }} - {{ block.super }} {% endblock %} {% block content %}

Documentation: {{ app.name }}

Documentation » {{ app.name }} {% for p in doc.parents %} » {{ p.title|safe }} {% endfor %} » {{ doc.title|safe }} {% if doc.prev or doc.next %}

{% if doc.prev %} Prev: {{ doc.prev.title|safe }} {% endif %}
{% if doc.next %} Next: {{ doc.next.title|safe }} {% endif %}
{% endif %}

{% block doc_body %} {{ doc.body|safe }} {% endblock %}

{% if doc.prev or doc.next %}
{% if doc.prev %} Prev: {{ doc.prev.title|safe }} {% endif %}
{% if doc.next %} Next: {{ doc.next.title|safe }} {% endif %}

{% endif %}
Last update: {{ update_date|date:"Y-m-d H:i" }} (CET)
{% endblock content %}