{% if details %}
| Name | {{ container.name }} |
| Owner | {% if container.user %}{{ container.user }}{% else %}platform{% endif %} |
| Description | {{ container.description }} |
| Registry | {{ container.registry }} |
| Image | {{ container.image }} |
| Tag | {{ container.tag }} |
| Protocol | {{ container.interface_protocol }} |
| Port | {{ container.interface_port }} |
| Transport | {{ container.interface_transport }} |
| Architecture | {{ container.arch }} |
| OS | {{ 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 |
{{ container.image }}