{% if details %}
{{ container.name }} ({{ container.image_tag }})
{{ container.description }}

Owner {% if container.user %}{{ container.user }}{% else %}platform{% endif %}
Registry {{ container.registry }}
Image name {{ container.image_name }}
Image tag {{ container.image_tag }}

{% if container.user %} {% endif %}
Interface protocol {{ container.interface_protocol }}
Interface port {{ container.interface_port }}
Interface transport {{ container.interface_transport }}
Image arch {{ container.image_arch }}
Image OS {{ container.image_os }}
Image digest {% if container.image_digest %} {% else %} None {% endif %}

Supports custom interface port   {% if container.supports_custom_interface_port %} {% else %} {% endif %}
Supports interface auth   {% if container.supports_interface_auth %} {% else %} {% endif %}
Operations Delete
{% else %}
{{ container.name }} 
{% if container.description %}
{{ container.description }}
{% else %}
{% endif %}
Image: {{ container.image_name }}
Tag:  {{ container.image_tag }} {% if container.image_arch %} ({{ container.image_arch }}) {% endif %}
{% if not disable_play_button %}   {% endif %}
{% endif %}