{% if favorites %}

Favorites

These are {{ profile.username }}'s favorite collections on Singularity Hub.

{% for f in favorites %} {% endfor %}
Name Builds Description Stars Downloads Last Modified
{{ f.collection.repo.full_name }} {{ f.collection.containers.count }} {% if f.collection.repo.description %}{{ f.collection.repo.description }}{% endif %} {% if f.collection.star__count %}{{ f.collection.star__count }}{% else %}0{% endif %} {% if f.collection.number_downloads %}{{ f.collection.number_downloads }}{% else %}0{% endif %} {{ f.collection.modify_date|date:"Y-m-d"}} {% if f.collection.repo.url %} {% endif %}
{% else %}

Favorites

{{ profile.username }} doesn't have any favorite collections.

{% endif %}