{% extends 'generic/object.html' %} {% load plugins %} {% block extra_controls %}
{% endblock %} {% block content %}| Host | {{ object.host }} |
|---|---|
| Image | {{ object.image }} |
| Name | {{ object.name }} |
| ContainerID | {{ object.ContainerID|placeholder }} |
| Hostname | {{ object.hostname|placeholder }} |
| State | {{ object.get_state_display }} |
| Status | {{ object.status|placeholder }} |
| Operation | {{ object.get_operation_display }} |