{% extends 'admin/base.html' %} {% block content %} {% for item in data['log'] %} {% endfor %}
序号 记录时间 记录程序行号 记录程序名称 消息
{{item[0]}} {{item[1]}} {{item[2]}} {{item[3]}} {{item[4]}}
{% endblock %}