{% extends "base/base.html" %} {% load crispy_forms_tags %} {% load staticfiles %} {% block css %} {% endblock %} {% block content %} {% include 'messages/message.html' %}
Want to build containers?
{% endif %}Name | Builds | Private | Modified | |
---|---|---|---|---|
{{ collection.name }} | {{ collection.containers.count }} | {% for name in collection.container_names|slice:":50" %} {{ name }}{% if forloop.last %}{% else %},{% endif %} {% endfor %} | {% if collection.private %}Yes{% else %}No{% endif %} | {{ collection.modify_date|date:"Y-m-d"}} |