{% extends "base.html" %} {% block title %}{{ source_slug }}{% endblock %} {% block content %}
{{ 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 %}