{% extends base_generic %} {% load static %} {% block content %}
{% include "rsshistory/icon_add.html" %}

Exports

{% if content_list %}
{% for export_object in content_list %} - {% if not export_object.enabled %} [DISABLED] {% endif %} {% if export_object.remote_path %} {{ export_object.remote_path }}, {% endif %} Export type:{{ export_object.export_type }}, Export data:{{ export_object.export_data }} {% endfor %} {% else %} No domains yet {% endif %} {% endblock %}