{% extends "yarr/base_manage.html" %} {% load static %} {% block yarr_content %}
Feed | Unread | Status | Next check | |||
---|---|---|---|---|---|---|
{{ feed }} | {{ feed.count_unread }}/{{ feed.count_total }} | {% if feed.is_active %} {% if feed.error %}Problem | {% else %}Active | {% endif %} {% else %}Inactive | {% endif %} {% if feed.is_active %}{{ feed.next_check|default:"As soon as possible" }} | {% else %}Never | {% endif %}