From 62b3afeeedfe054345f86093e2d243e956c1e3c9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 26 Feb 2020 11:27:31 +0100 Subject: The project is now using Poetry. --- src/web/templates/management.html | 72 --------------------------------------- 1 file changed, 72 deletions(-) delete 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 deleted file mode 100644 index 4d7c2da3..00000000 --- a/src/web/templates/management.html +++ /dev/null @@ -1,72 +0,0 @@ -{% 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') }}.

-

{{ _('You have') }} {{ nb_categories }} {{ _('categories') }}.

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

{{ _('Your bookmarks') }}

-

{{ _('You have') }} {{ nb_bookmarks }} {{ _('bookmarks') }}.

- {{ _('Delete all bookmarks') }} -
-
-
-
-
-
-

{{ _('Your data') }}

-
-
-
-
-

{{ _('Articles') }}

-

{{ _('Import') }}

-
- {{ _('Import a Newspipe account') }} (*.json) - -
-

{{ _('Export') }}

- {{ _('Export your Newspipe account to JSON') }} -
-
-

{{ _('OPML') }}

-

{{ _('Import') }}

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

{{ _('Export') }}

-
-
-
- - -
-
- - -
-
- - -
-
- -
-
-
-
-
-

{{ _('Bookmarks') }}

- {{ _('Export your bookmarks to JSON') }} -
-
-
-
-{% endblock %} -- cgit