{% load humanize %}
Here's an update on your harvests from Social Feed Manager.
{% for collection_set, collection_set_info in collection_sets.items %}{{ collection_set.name|upper }}
{% for collection, collection_info in collection_set_info.collections.items %}{{ collection.name }}: {% if collection.is_on %}Turned on{% else %}Turned off{% endif %}
Item | Yesterday | Previous day | Last 7 days | Previous 7 days | Last 30 days | Previous 30 days |
---|---|---|---|---|---|---|
{{ item }} | {{ item_stats.yesterday|intcomma }} | {{ item_stats.prev_day|intcomma }} | {{ item_stats.last_7|intcomma }} | {{ item_stats.prev_7|intcomma }} | {{ item_stats.last_30|intcomma }} | {{ item_stats.prev_30|intcomma }} |