{% extends "base.html" %} {% block page %}
{{ tab }} | {% endfor %}|||||||
---|---|---|---|---|---|---|---|
{% for val in value[3:5] %} | {% endfor %} | {{ value[5] }} | {{ value[6] }} | {% for val in value[7:] %}{% endfor %} | {% if value[2] in ['未受理','未审核','受理中','待审批','审批通过'] %} {% else %} {% endif %} | {% if value[2] in ['未审核','未受理','已退回'] %} 可撤销 {% elif value[2] == '受理中' %} {{ value[2] }} {% else %} {{ value[2] }} {% endif %} |