{% extends "base/base.html" %} {% load crispy_forms_tags %} {% load staticfiles %} {% block css %} {% endblock %} {% block content %} {% include 'messages/message.html' %}

Star Collections

The robots have some favorites. Container collections are ranked based on the number of stars.

{% if collections %}
{% for collection in collections %} {% endfor %}
Name Containers Last Modified
{{ collection.name }} {{ collection.containers.count }} {{ collection.modify_date|date:"Y-m-d"}} {{ collection.star__count }}
{% else %}

We don't have any starred collections yet! What are you waiting for? Star away!

{% endif %} {% endblock %} {% block scripts %} {% endblock %}