{% extends 'base.html' %} {% load i18n %} {% load staticfiles %} {% load version_tags %} {% block style %} {% endblock style %} {% block content %}
{{ source.description }}
Type: {{ source.source_type }}
Link: {{ source.get_absolute_url }}
Slug: {{ source.slug }}
Published: {{ source.published }}
Row limit: {{ source.limit }}
Latest data: {{ source.versions.latest.datetime }}
Allowed groups:
Scheduling enabled: {{ source.schedule_enabled }}
Scheduling: {{ source.schedule_string|default:"None" }}