{% load i18n static %} {% load iclock_tags %} {% load common %} {% comment %} % @Author: Boyce Gao % @Date: 2018-08-30 18:24:47 % @Last Modified by: Boyce Gao % @Last Modified time: 2018-09-04 17:02:28 {% endcomment %}
{% csrf_token %}
{% autoescape off %} {% with adminform.form as f %} {{ f.name|layui_item_field }} {{ f.permissions|layui_item_field_ignore:'select' }} {% endwith %} {% endautoescape %}