{% 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.') }}

{{ _('Export') }}

{{ _('Feeds') }}

{{ _('Import') }}

{{ _('Import feeds from OPML (*.xml or *.opml).') }}

{{ _('Export') }}

{{ _('Export feeds to OPML.') }}


{% endblock %}