{% extends "layout.html" %} {% block content %}

{{ _('Days of inactivity') }}:


{% if inactives != [] %} {% else %}

{{ _('No inactive feeds.') }}

{% endif %}

{% endblock %}