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

Top Downloads

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

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

Nobody has pulled any containers yet :(

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