{% block head %}
JARR{% if head_titles %} - {{ ' - '.join(head_titles) }}{% endif %}
{% endblock %}
Toggle navigation
JARR
{% if head_titles %}
{{ " - ".join(head_titles) }}
{% endif %}
{% if g.user.is_authenticated %}
{{ _('Add a feed') }}
{% if conf.CRAWLING_METHOD == "classic" and (not conf.ON_HEROKU or g.user.is_admin()) %}
{{ _('Fetch') }}
{% endif %}
{{ _('Feed') }}
{{ _('Mark all as read') }}
{{ _('Mark all as read older than yesterday') }}
{{ gettext('Mark all as read older than %(days)s days', days=5) }}
{{ gettext('Mark all as read older than %(days)s days', days=10) }}
{{ _('Inactive') }}
{{ _('History') }}
{{ _('All') }}
{{ _('Profile') }}
{{ _('Your data') }}
{{ _('About') }}
{% if g.user.is_admin() %}
{{ _('Dashboard') }}
{% endif %}
{{ _('Logout') }}
{% else %}
{{ _('About') }}
{% endif %}
{% block messages %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
×
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% endblock %}
{% block content %}{% endblock %}