Last updated: {{ page.locale_modified }}
{% endif %} {% endblock %} ================================================ FILE: themes/thecodeship/templates/pagination.html ================================================ {% if DEFAULT_PAGINATION %}{% if articles_page.has_previous() %} « {% endif %} Page {{ articles_page.number }} / {{ articles_paginator.num_pages }} {% if articles_page.has_next() %} » {% endif %}
{% endif %} ================================================ FILE: themes/thecodeship/templates/period_archives.html ================================================ {% extends "base.html" %} {% block content %}