{% extends 'base.html' %} {% block content %} {% load bootstrap %} {% include 'nav_cat_bar.html' %}
填写IDC基本信息
{% if emg %}
{{ emg }}
{% endif %} {% if smg %}
{{ smg }}
{% endif %}
{{ idc_form.name|bootstrap_horizontal }}
{{ idc_form.bandwidth|bootstrap_horizontal }}
{{ idc_form.operator|bootstrap_horizontal }}
{{ idc_form.linkman|bootstrap_horizontal }}
{{ idc_form.phone|bootstrap_horizontal }}
{{ idc_form.address|bootstrap_horizontal }}
{{ idc_form.network|bootstrap_horizontal }}
{{ idc_form.comment|bootstrap_horizontal }}
{% endblock %}