{% load i18n sizeformat %}

{% trans "Overview" %}


{% trans "ID" %}
{{ power_control.id }}
{% trans "Control title" %}
{{ power_control.title }}
{% trans "Control type" %}
{{ power_control.control_type }}
{% trans "Protocol type" %}
{{ power_control.protocol_type }}
{% trans "Address" %}
{{ power_control.host}}:{{power_control.port_number }}
{% trans "Ports" %}
{{ power_control.coils_count }}
{% trans "Used ports" %}
{{ power_control.used_coils_count }}