From d6ae709c14a628edb2c493654f0c02146503b7d8 Mon Sep 17 00:00:00 2001
From: Jef van Schendel
{% else %}
{# This is the first entry. display greyed-out 'previous' image #}
-
+
{% endif %}
-
{# Likewise, this could be the very last media entry #}
{% if next_entry_url %}
- >
+
{% else %}
{# This is the last entry. display greyed-out 'next' image #}
-
+
{% endif %}
--
cgit v1.2.3
From 0a45fa590395a12dfd529a67a8264aab48099819 Mon Sep 17 00:00:00 2001
From: Jef van Schendel
Newer
{% endif %}
-
+ {% if pagination.has_next %}
+ Older
+
+ {% endif %}
+
+ Go to page:
{%- for page in pagination.iter_pages() %}
{% if page %}
{% if page != pagination.page %}
@@ -50,12 +57,6 @@
…
{% endif %}
{%- endfor %}
-
- {% if pagination.has_next %}
- Next »
- {% endif %}
Sorry, no such user found.
{% endif %} + ++ {{ user.bio }} +
{% endif %} -{% endblock %} + {% if user.url %} ++ {{ user.url }} +
+ {% endif %} +{% endblock %} -- cgit v1.2.3 From 681e137194ec68632e0feb54955f2e23c0c7ed71 Mon Sep 17 00:00:00 2001 From: Jef van Schendel- Submit an item -
- {% endif %} +View all of {{ user.username }}'s media
+ atom feed + {% else %} + {# This *should* not occur as the view makes sure we pass in a user. #} +Sorry, no such user found.
View all of {{ user.username }}'s media
- - atom feed - {% else %} - {# This *should* not occur as the view makes sure we pass in a user. #} -Sorry, no such user found.
{% endif %} - -