{% 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 %}

{% endfor %} {% endfor %}