{% load custom_tags %} {% if containers %} {% if not disable_container_actions or disable_container_actions == 'False' %} {% endif %} {% endif %} {% for container in containers %} {% if not disable_container_actions or disable_container_actions == 'False' %} {% endif %} {% endfor %}
Name Id Status Started Image SyncedActions
{{ 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 container.can_be_stopped and perms|get:service_name|get:'container_stop' %} {% endif %} {% if container.can_be_restarted and perms|get:service_name|get:'container_restart' %} {% endif %} {% if container.can_be_started and perms|get:service_name|get:'container_start' %} {% endif %} {% if container.can_be_removed and perms|get:service_name|get:'container_remove' %} {% endif %}