{% extends "base.html" %} {% block title %}Extract{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
ID | created | completed | properties | error | num_items |
---|---|---|---|---|---|
{{ run.id }} | {{ run.created }} | {{ run.completed or "" }} | {{ run.properties }} | {{ run.error or "" }} | {{ run.num_items }} |