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

{{ collection.name }} collection

{% if user.is_authenticated %} {% if star %} {% else %} {% endif %} {% endif %}
{% if edit_permission %} {% endif %} {% if collection.containers.count > 0 %} {% endif %}
{% if containers %}
Builds
{% csrf_token %} {% for container in containers %} {% if edit_permission %}{% endif %} {% endfor %}
uri Recipe Status Tag Build Date
{% if edit_permission %} {% endif %} {{ collection.name }}/{{ container.name }}:{{ container.tag }} Singularity.{{ container.tag }} {% if edit_permission %} {% endif %} {% if container.frozen %} {% else %} {% endif %}{{ container.tag }} {{ container.add_date }} {% if container.image %} {% endif %}
{% include "collections/collection_admin.html" %} {% else %}

This page will refresh automatically with new pushes.

{% include "collections/collection_admin.html" %} {% endif %} {% include "social/share_links.html" %}
{% endblock %} {% block scripts %} {% if edit_permission %} {% endif %} {% endblock %}