{% extends 'base.html' %} {% load mytags %} {% load bootstrap %} {% block content %} {% include 'nav_cat_bar.html' %}
填写资产基本信息
{% if error %}
{{ error }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %}
{{ af.ip|bootstrap_horizontal }}
{{ af.port|bootstrap_horizontal }}
{{ af.idc|bootstrap_horizontal }} {# {{ af.use_default_auth|bootstrap_horizontal }}#}
{{ af.group|bootstrap_horizontal }}
{{ af.is_active|bootstrap_horizontal }} {#
#} {#
#} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {#
#}
{{ af.comment|bootstrap_horizontal }}
{% endblock %} {% block self_footer_js %} {% endblock %}