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

{% for f in form %} {{ f.hostname }} {% endfor %} 移除选择

{% csrf_token %}
{{ form.hostname|bootstrap_horizontal }} {{ form.ip|bootstrap_horizontal }} {{ form.port|bootstrap_horizontal }} {{ form.type|bootstrap_horizontal }} {{ form.idc|bootstrap_horizontal }} {{ form.groups|bootstrap_horizontal }} {{ form.admin_user|bootstrap_horizontal }} {{ form.system_users|bootstrap_horizontal }} {{ form.tags|bootstrap_horizontal }} {{ form.comment|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}