{% extends "admin_base.html" %} {% import "admin_page.html" as pg %} {% block content %}
{% for item in page_data.items %} {% endfor %}
编号 返回的内容 执行时间 耗时 更详细的执行记录
{{ item.id }} {{ item.content }} {{ item.create_time }} {{ item.take_time }} 查看
{% endblock %}