{% extends "objects/base.html" %} {% load static %} {% block content %}
Контроллер {{ controller.type }}
{% if controller.device_type == 0 %} {% include 'box/controller_0.html' %} {% else %} {% include 'box/controller_1.html' %} {% endif %}
IP
Маска подсети
Основной шлюз
DNS основной
DNS дополнительный
Дата
Дата и время
Временная зона
MAC-адрес
Свободное место
Can status
SD status
Temperature
Model
Build version
{% endblock content %} {% block footer %} {% if is_sw_gateway %}
{% endif %}
{% endblock footer %}