{% load custom_tags %}
Name | Id | Status | Started | Image | Synced | {% if not disable_container_actions or disable_container_actions == 'False' %}Actions | {% endif %}
---|---|---|---|---|---|---|
{{ container.name }} | {{ container.short_id }} | {{ container.status }} | {{ container.started_at }} | {{ container.tags_display|linebreaksbr }} | {% if service_hash and service_hash != container.service_hash %} No{% elif service_hash and service_hash == container.service_hash %}Yes{% else %}N/A{% endif %} | {% if not disable_container_actions or disable_container_actions == 'False' %}{% endif %} |