{% 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 }}
{% endblock %} {% block self_footer_js %} {% endblock %}