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

File type definitions for this DataSource

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