{% extends "layout.html" %} {% from 'macros.html' import pagination %} {% block title %} {{ scraper.name }}: {{taskName or padding}} {% endblock %} {% block content %}
| Time | Messages | Warnings | Errors |
|---|---|---|---|
| {{run.asctime}} | {{run.messages}} | {{run.WARN or '-'}} | {{run.ERROR or '-'}} |