{% 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.comment|bootstrap_horizontal }}

资产数量

资产用户

{{ form.system_users|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}