{% extends "base.html" %} {% block title %}Extract{% endblock %} {% block extra_head %} {% include "_extract_base_styles.html" %} {% endblock %} {% block content %}
Duplicate these columns to a new table
{# Keep outside the card #} {% include "_extract_drop_handler.html" %} {% if previous_runs %}ID | Created | Completed | Model | {# Added Model column #}Properties | Instructions | Error | Items |
---|---|---|---|---|---|---|---|
{{ run.id }} | {{ run.created }} | {{ run.completed or "" }} | {{ run.model or "" }} | {# Display model used #} {# Truncate long properties #} {# Truncate long instructions #}{{ run.error or "" }} | {{ run.num_items }} |