gremmie@1: {% extends 'base.html' %} gremmie@1: {% load downloads_tags %} gremmie@1: {% block title %}{{ title }}{% endblock %} gremmie@1: {% block custom_css %} gremmie@1: bgneal@243: bgneal@243: gremmie@1: {% endblock %} gremmie@1: {% block custom_js %} gremmie@1: gremmie@1: {% endblock %} gremmie@1: {% block content %} gremmie@1:

Downloads

bgneal@241: {% include 'downloads/navigation.html' %} gremmie@1:

{{ title }}

gremmie@1: bgneal@243: {% if page.object_list %} bgneal@243: {% include 'core/pagination.html' %} gremmie@1:
bgneal@243: {% for download in page.object_list %} gremmie@1: {% include 'downloads/download.html' %} gremmie@1: {% endfor %} gremmie@1:
bgneal@243: {% include 'core/pagination.html' %} gremmie@1: {% else %} gremmie@1:

No downloads available at this time.

gremmie@1: {% endif %} gremmie@1: {% endblock %}