{% extends "billy/base.html" %} {% load url from future %} {% load humanize %} {% load billy_utiltags %} {% block title %} {{ metadata.name}} {% endblock %} {% block content %}
Last scrape started at {{ runlog.scraped.started }} UTC,
{% if runlog.failure %}
failed, took {{runlog.scraped.time_delta}}.
Last successful run was at {{last_success.scraped.started}} UTC, took {{last_success.scraped.time_delta}}.
{% else %}
finished successfully in {{runlog.scraped.time_delta}}.
{% endif %}
These pages display distinct values for each key found in objects in the collections in mongo.
{% for session in sessions %} {{session}} {% endfor %}View the first 20 events.
View existing / add additional data quality exceptions.