{% extends base_generic %} {% load static %} {% block content %} {% if user.is_staff %} {% include "rsshistory/icon_edit.html" %} {% if object.enabled %} {% include "rsshistory/icon_disable.html" %} {% else %} {% include "rsshistory/icon_enable.html" %} {% endif %} {% endif %}

Data Export

{% if object.enabled %}

Enabled: {{object.enabled}}
{% else %}
Enabled: {{object.enabled}}
{% endif %}
Remote path: {{object.remote_path}}
Local path: {{object.local_path}}
Absolute local path: {{absolute_local_path}}
Export type: {{object.export_type}}
Export data: {{object.export_data}}
User: {{object.user}}. User used for repository access
DB user: {{object.db_user}}. User used to filter entries
Export time: {{object.export_time}}
ID: {{object.id}}
Export entries: {{object.export_entries}}
Export bookmarks: {{object.export_entries_bookmarks}}
Export permanent: {{object.export_entries_permanents}}
Export sources: {{object.export_sources}}
Export keywords: {{object.export_keywords}}
Format JSON: {{object.format_json}}
Format markdown: {{object.format_md}}
Format RSS: {{object.format_rss}}
Format HTML: {{object.format_html}}
Format sources opml: {{object.format_sources_opml}}
Output zip: {{object.output_zip}}
Output sqlite: {{object.output_sqlite}}

{% endblock %}