{% extends "layout.html" %} {% block content %}
{% if inactives != [] %}

Days of inactivity:


{% else %}

No inactive feeds.

{% endif %}

{% endblock %}