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