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

{% trans 'Basic' %}

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

{% trans 'Group' %}

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

{% trans 'Asset user' %}

{{ form.admin_user|bootstrap_horizontal }} {{ form.system_users|bootstrap_horizontal }}

{% trans 'Other' %}

{% trans 'Tips: Use `,` split' %}

{{ form.comment|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}