{% from handlers.note.models import OrderTypeEnum %} {% init order_type = 0 %}
排序
{% for item in OrderTypeEnum.enums() %} {{item.name}} {% end %}