{% extends "admin/base_site.html" %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %}

Получить структуру OPC UA сервера

{% csrf_token %}
{{ form.url.label_tag }}
{{ form.url }} {% if form.url.errors %}
    {% for error in form.url.errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}
{% if structure %}

Структура сервера

{% endif %}
{% endblock %}