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