{% if collections %}

Collections

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

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

Collections

{% if user == profile %}

{{ profile.username }} doesn't have any collections in this Singularity Registry.

{% else %}

{{ profile.username }} doesn't have any collections in this Singularity Registry.

{% endif %}
{% endif %}