1
1
{% extends 'sphinxdoc/base.html' %}
4
{{ app.name }} - {{ block.super }}
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>)
8
<h1>Documentation: {{ app.name }}</h1>
9
<div class="blogEntry">
10
<a href="/docs/">Documentation</a>
11
» <a href="{{ app.get_absolute_url }}">{{ app.name }}</a>
12
{% for p in doc.parents %}
13
» <a href="{{ p.link }}">{{ p.title|safe }}</a>
15
» {{ doc.title|safe }}
16
{% if doc.prev or doc.next %}
20
Prev: <a href="{{ doc.prev.link }}">{{ doc.prev.title|safe }}</a>
23
<div class="posRight">
25
Next: <a href="{{ doc.next.link }}">{{ doc.next.title|safe }}</a>
40
<div class="pagination-bottom">
41
{% if doc.prev or doc.next %}
44
Prev: <a href="{{ doc.prev.link }}">{{ doc.prev.title|safe }}</a>
47
<div class="posRight">
49
Next: <a href="{{ doc.next.link }}">{{ doc.next.title|safe }}</a>
55
<span class="small">Last update: {{ update_date|date:"Y-m-d H:i" }} (<a href="http://www.timeanddate.com/worldclock/city.html?n=37">CET</a>)</span>
47
58
{% endblock content %}
58
<em>Not yet implemented</em>
60
{# {% search_form %} #}
63
{% endblock sidebar %}