{% extends '_base_create_update.html' %} {% load static %} {% load bootstrap %} {% load i18n %} {% block custom_head_css_js_create %} {% endblock %} {% block form %}
{% if form.no_field_errors %}
{{ form.non_field_errors }}
{% endif %} {% csrf_token %}

{% trans 'Basic' %}

{{ form.hostname|bootstrap_horizontal }} {{ form.ip|bootstrap_horizontal }} {{ form.public_ip|bootstrap_horizontal }} {{ form.port|bootstrap_horizontal }} {{ form.type|bootstrap_horizontal }}

{% trans 'Group' %}

{{ form.idc|bootstrap_horizontal }} {{ form.groups|bootstrap_horizontal }}

{% trans 'Asset user' %}

{{ form.admin_user|bootstrap_horizontal }}

{% trans 'Configuration' %}

{{ form.number|bootstrap_horizontal }} {{ form.remote_card_ip|bootstrap_horizontal }}

{% trans 'Location' %}

{{ form.cabinet_no|bootstrap_horizontal }} {{ form.cabinet_pos|bootstrap_horizontal }}

{% trans 'Other' %}

{{ form.status|bootstrap_horizontal }} {{ form.env|bootstrap_horizontal }} {{ form.tags|bootstrap_horizontal }} {{ form.comment|bootstrap_horizontal }} {{ form.is_active|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}