{% load i18n sizeformat %}

{% trans "Overview" %}


{% trans "ID" %}
{{ power_device.id }}
{% trans "Control title" %}
{{ power_device.title }}
{% trans "Control type" %}
{{ power_device.device_name }}
{% trans "Protocol type" %}
{{ power_device.protocol_type }}
{% trans "Address" %}
{{ power_device.host}}:{{power_device.port }}
{% trans "Ports" %}
{{ power_device.coils_count }}
{% trans "Used ports" %}
{{ power_device.used_coils_count }}