{% extends "layout.html" %} {% block content %}
{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add a') }} {{ _('feed') }}.
{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.
{% if not_on_heroku %} {{ _('Index database') }} {% endif %} {{ _('Delete articles older than 10 weeks') }}{{ _('Update your') }} {{ _('profile') }}.
{{ _('Member since') }} {{ user.date_created | datetime }}.
{{ _('Last seen:') }} {{ user.last_seen | datetime }}.