{% if collections %}
These are {{ profile.username }}'s collections on Singularity Hub.
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 %} |
{{ profile.username }} doesn't have any collections in this Singularity Registry.
{% else %}{{ profile.username }} doesn't have any collections in this Singularity Registry.
{% endif %}