{% from handlers.dict.models import DictTypeEnum %} {% init dict_type = "" %}
{% for item in DictTypeEnum.enums() %} {{item.name}} {% end %}