{% load staticfiles %} 店员授权
基本信息
{% if clerk_info %}
审核状态

状态

{% ifequal clerk_info.status -1 %}已拒绝{% endifequal %} {% ifequal clerk_info.status 0 %}审核中{% endifequal %} {% ifequal clerk_info.status 1 %}已激活{% endifequal %} {% ifequal clerk_info.status 2 %}已禁用{% endifequal %} {% ifequal clerk_info.status 3 %}已删除{% endifequal %}
{% endif %} {% ifequal clerk_info.status -1 %}
拒绝原因

{{ clerk_info.refused_reason|safe|linebreaks }}

{% endifequal %}
{% if modified %}{% endif %}