类型
详细
{% for key, values in data.items() %} {% if (key not in ["TASKID","flightid","color","南航"] and values !="") or (key in ["放行","维修人员","二送人员"] and values =="")%}
{{key}}
{{values}}
{% endif %} {% endfor %}