{% extends base_generic %} {% load static %} {% block content %}
{% include "rsshistory/sourcedatacontroller_detail_buttons.html" %}
{% if object.enabled %}
Enabled: {{ object.enabled }}
{% else %}
Enabled: {{ object.enabled }}
{% endif %}
Fetch period: {{ object.fetch_period }}
Category: {{ object.category_name }}
Subcategory: {{ object.subcategory_name }},
Category object: {{ object.category }}
Subcategory object: {{ object.subcategory }},
Language: {{ object.language }},
Age: {{ object.age }},
Export to CMS: {{ object.export_to_cms }},
Remove after days: {{ object.remove_after_days }},
Favicon: Link,
Source type: {{ object.source_type }}
{% if object.proxy_location %}
Proxy location: {{ object.proxy_location }}
{% endif %}
Fetched: {{date_fetched}}
Import seconds: {{object.dynamic_data.import_seconds}}
Consecutive Errors: {{object.dynamic_data.consecutive_errors}}
{% include "rsshistory/search_places_element.html" %} {% endblock %}