{% extends "djhcup_staging_object_detail.html" %} {% block details %} {% if object.description %} {{ object.description|linebreaks }} {% endif %} {% if file_types %}
Generate master table for this DataSource using the {{ files.load|length }} known load files
{% else %}No import tables for this DataSource, and no loading files with which to generate one. If this seems unusual, try discovering files.
{% endif %}No known files belong to this DataSource
{% endif %} {% endblock %}