{# docker/container_detail.html — full detail page for one container #} {% extends "base.html" %} {% block title %}{{ name }} — Docker — Steward{% endblock %} {% block content %}
{% if container is none %}{{ name }} is currently reported for this host.
It may have been removed, or the host agent hasn't reported recently.