{% extends 'base.html' %} {% load i18n %} {% load static %} {% load bootstrap %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{{ action }}
{% csrf_token %}

基本信息

{{ form.name|bootstrap_horizontal }} {{ form.address|bootstrap_horizontal }} {{ form.contact|bootstrap_horizontal }} {{ form.phone|bootstrap_horizontal }}

IP段

{{ form.operator|bootstrap_horizontal }} {{ form.intranet|bootstrap_horizontal }} {{ form.extranet|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}