{% load i18n sizeformat parse_date %}

{% trans "Host Detail" %}


{% trans "Name" %}
{{ host.name }}
{% trans "UUID" %}
{{ host.uuid }}
{% trans "Failover Segment" %}
{{ host.failover_segment_id }}
{% trans "Reserved" %}
{{ host.reserved }}
{% trans "On Maintenance" %}
{{ host.on_maintenance }}
{% trans "Type" %}
{{ host.type }}
{% trans "Control Attribute" %}
{{ host.control_attributes }}