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

{% trans 'Basic' %}

{{ form.hostname|bootstrap_horizontal }} {{ form.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 }} {{ form.system_users|bootstrap_horizontal }}

{% trans 'Other' %}

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