{% if details %} {% if container.user %} {% endif %}
Name {{ container.name }}
ID {{ container.id }}
Image {{ container.image_name }}
V. tag {{ container.image_tag }}
Type {{ container.type }}
Owner {% if container.user %}{{ container.user }}{% else %}platform{% endif %}
Registry {{ container.registry }}
Protocol {{ container.protocol }}
Default port(s)    {{ container.ports }}
Supports dynamic ports   {% if container.supports_dynamic_ports %} {% else %} {% endif %}
Supports user auth   {% if container.supports_user_auth %} {% else %} {% endif %}
Supports pass auth   {% if container.supports_pass_auth %} {% else %} {% endif %}
Operations Delete

{% else %}
{{ container.name }}  {% if container.type == 'docker' %}{% endif %} {% if container.type == 'singularity' %}{% endif %}
Image: {{ container.image_name }}
Version: {{ container.image_tag }}
 
{% endif %}