{% extends "djhcup_staging_object_detail.html" %} {% block details %} {% if object.description %} {{ object.description|linebreaks }} {% endif %} {% if file_types %}

File type definitions for this DataSource

{% endif %}

Import tables for this DataSource

{% if import_tables|length > 0 %} {% elif files.load|length > 0 %}

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 %}

Known files belonging to this DataSource

{% if files.content|length > 0 or files.load|length > 0 %} {% if files.content %}

Content (data) files ({{ files.content|length }})

{% endif %} {% if files.load %}

Loading program (meta) files ({{ files.load|length }})

{% endif %} {% else %}

No known files belong to this DataSource

{% endif %} {% endblock %}