{% if details %} {% if container.user %} {% endif %}
Name {{ container.name }}
Owner {% if container.user %}{{ container.user }}{% else %}platform{% endif %}
Description {{ container.description }}

Registry {{ container.registry }}
Image {{ container.image }}
Tag {{ container.tag }}

Interface protocol {{ container.interface_protocol }}
Interface port {{ container.interface_port }}
Interface transport {{ container.interface_transport }}
Architecture {{ container.arch }}
Operating System {{ container.os }}

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 }}
Tag:  {{ container.tag }}  Arch: {{container_arch}}
{% if not disable_play_button %}   {% endif %}
{% endif %}