{% load static simpletags sptags %} 编辑 {% block header %} {% if "SIMPLEUI_STATIC_OFFLINE"|get_config %} {% else %} {% endif %} {% endblock %} {% block js %} {% if "SIMPLEUI_STATIC_OFFLINE"|get_config %} {# #} {% else %} {% endif %} {% if request.method == 'POST' %} {% endif %} {% endblock %} {% block form %}
{% csrf_token %} {{ form |safe }}
{# #}
{% endblock %}