{% extends "base.html" %} {% block title %}{{ source_slug }}{% endblock %} {% block content %}

{{ source_slug }}

{% if can_upload %} {% endif %} {% if files %}

{{ total }} file{{ "s" if total != 1 else "" }}

{% set show_source = False %} {% include "_files_table.html" with context %} {% if total_pages > 1 %}

{% if page > 1 %} Previous {% endif %} Page {{ page }} of {{ total_pages }} {% if page < total_pages %} Next {% endif %}

{% endif %} {% else %}

No files in this source.

{% endif %} {% endblock %}