{% extends 'reports/res.html' %} {% block resTable %}
检查项目 | 检查结果 | 修复建议 | ||
---|---|---|---|---|
{{ item.siteInfo_Name }} | {% if item.checkResult == '1' %}{{ item.get_checkResult_display }} | {% elif item.checkResult == '2' %}{{ item.get_checkResult_display }} | {% else %}{{ item.get_checkResult_display }} | {% endif %}{{ item.solution }} |