1
{% extends 'sphinxdoc/base.html' %}
4
<div class="pagination-top">
5
» <a href="{{ app.get_absolute_url }}">{{ app.name }}</a>
6
{% for p in doc.parents %}
7
» <a href="{{ p.link }}">{{ p.title|safe }}</a>
10
{% if doc.prev or doc.next %}
14
Prev: <a href="{{ doc.prev.link }}">{{ doc.prev.title|safe }}</a>
15
{% endif %}</span><span class="right">
17
Next: <a href="{{ doc.next.link }}">{{ doc.next.title|safe }}</a>
28
<div class="pagination-bottom">
29
{% if doc.prev or doc.next %}
32
Prev: <a href="{{ doc.prev.link }}">{{ doc.prev.title|safe }}</a>
33
{% endif %}</span><span class="right">
35
Next: <a href="{{ doc.next.link }}">{{ doc.next.title|safe }}</a>
39
» <a href="{{ app.get_absolute_url }}">{{ app.name }} documentation</a>
40
{% for p in doc.parents %}
41
» <a href="{{ p.link }}">{{ p.title|safe }}</a>
43
» {{ doc.title|safe }}
45
Last update: {{ update_date|date:"Y-m-d H:i" }} (<a href="http://www.timeanddate.com/worldclock/city.html?n=37">CET</a>)
47
{% endblock content %}
58
<em>Not yet implemented</em>
60
{# {% search_form %} #}
63
{% endblock sidebar %}