{% extends "layout.html" %} {% from 'macros.html' import pagination %} {% block title %} {{ scraper.name }} {% endblock %} {% block content %}
Scraper run | Tasks executed | Messages | Warnings | Errors |
---|---|---|---|---|
{{scraper.name}} {{run.start_time | dateformat}} | {{run.tasks | length}} | {{run.messages}} | {{run.logs.WARN or '-'}} | {{run.logs.ERROR or '-'}} |