{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %} {% if not port_sync_valid %}
| {% trans "Device" %} | {{ object.device|linkify }} |
|---|---|
| {% trans "Node Type" %} | {{ object.get_node_type_display }} |
| {% trans "Grid" %} | {{ object.get_grid_display }} |
| {% trans "Channels" %} | {{ channel_count }} |
| {% trans "Line Ports" %} | {{ line_port_count }} |
{% trans "No channels configured." %}
{% endif %}