{% extends "base.html" %} {% load humanize %} {% block content %}

Files

{#% include 'files/files_summary_table.html' %#} {% if user.is_staff %} Import Files {%endif %} {% include 'files/file_list.html' %} {% endblock content %} {% block extra_js %} {% endblock %}