{% extends 'reports/res_common.html' %} {% csrf_token %} {% block countResult %}
| 检查项目 | 检查结果 | 修复建议 | |
|---|---|---|---|
| {{ item.siteInfo_Name }} | {% if item.checkResult == 0 %}{{ item.get_checkResult_display }} | {% else %}{{ item.get_checkResult_display }} | {% endif %}{{ item.solution }} |