{% extends 'base.html' %} {% load utils_tags %} {% block bodyclass %}NB-body-status{% endblock %} {% block content %}
{% for feed in feeds %} {% endfor %}
ID Title Last Update
Next Update
Decay Subs Active Premium Act. Prem Per Month Last Month
{{ feed.pk }} {{ feed.feed_title|truncatewords:4 }} {{ feed.last_update|date:"M j H:i:s" }}
{{ feed.next_scheduled_update|date:"M j H:i:s" }}
{{ feed.min_to_decay }} {{ feed.num_subscribers }} {{ feed.active_subscribers }} {{ feed.premium_subscribers }} {{ feed.active_premium_subscribers }} {{ feed.average_stories_per_month }} {{ feed.stories_last_month }}
{% endblock content %}