{% extends "billy/base.html" %} {% load humanize %} {% load billy_utiltags %} {% block content %}
{% if run.imported %}
| Stage | Total | Inserted | Updated |
|---|---|---|---|
| {{ import }} | {{ run.imported|key:import|key:'total' }} | {{ run.imported|key:import|key:'insert' }} | {{ run.imported|key:import|key:'update' }} |
| Scrape Type | Information | Details | ||
|---|---|---|---|---|
| {{ scrape.type }} {% if scrape.noscraper %} ( no scraper ) {% endif %} | {% if not scrape.exception %}took {{ scrape.end_time|minus:scrape.start_time }} | Success | {% else %}This stage threw an exception and ended the run. |
{{ scrape.exception.type }}: {{ scrape.exception.message }}
{{ scrape.exception.traceback }}
|
{% endif %}