{% extends "base.html" %} {% block title %}Extract{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Duplicate these columns to a new table
{% include "_extract_drop_handler.html" %} {% if previous_runs %}ID | created | completed | properties | instructions | error | num_items |
---|---|---|---|---|---|---|
{{ run.id }} | {{ run.created }} | {{ run.completed or "" }} | {{ run.properties }} | {{ run.instructions or "" }} | {{ run.error or "" }} | {{ run.num_items }} |