{% include "op_header.html" %}

运维报障系统

{# #} {% for i in emps %} {# #} {% endfor %}
姓名 故障描述 发现时间 发生时间 解决时间 #} {# 处理过程分析#} {# 报障来源
{{ i.user_name }} {{ i.title }} {{ i.Discovery_date }} {{ i.Occur_date }} {% if i.Solve_date != "None" %} {{ i.Solve_date }} {% endif %} #} {# {{ i.content|safe }}#} {# {% if Source != "None" %} {{ i.Source }} {% endif %}
{% include "op_bottom.html" %}