From b35e9773198ef2d8b37c4ca223f08147db47de0b Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sat, 12 Dec 2015 21:14:28 +0100 Subject: moving the root of source code from / to /src/ --- src/web/templates/management.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/web/templates/management.html (limited to 'src/web/templates/management.html') diff --git a/src/web/templates/management.html b/src/web/templates/management.html new file mode 100644 index 00000000..72259551 --- /dev/null +++ b/src/web/templates/management.html @@ -0,0 +1,31 @@ +{% extends "layout.html" %} +{% block content %} +
+
+

{{ _('Your subscriptions') }}

+

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add a') }} {{ _('feed') }}.

+

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

+ {{ _('Delete articles older than 10 weeks') }} +
+
+

{{ _('OPML import/export') }}

+
+ {{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml) + +
+
+ {{ _('Export feeds to OPML') }} +

{{ _('Data liberation') }}

+
+ {{ _('Import account') }} (*.json) + +
+
+ {{ _('Export account to JSON') }} +
+
+

{{ _('Export articles') }}

+ HTML +
+
+{% endblock %} -- cgit