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

基本信息

{{ form.name|bootstrap_horizontal }}

{% for asset in assets_on_list %} {% endfor %}

{% endblock %} {% block custom_foot_js %} {% endblock %}