{% extends "base.html" %} {% block title %}{{ sprint.id }} — ResearchLoop{% endblock %} {% block head %} {% if sprint.status.startswith('running') or sprint.status == 'submitted' or tweak_active %} {% endif %} {% endblock %} {% block content %}
{{ sprint.summary }}
{{ sprint.error }}
A tweak is currently running…
{% else %} {% endif %}| ID | Instruction | Status | Created |
|---|---|---|---|
| {{ t.id }} | {{ t.instruction[:80] }}{% if t.instruction|length > 80 %}…{% endif %} | {{ t.status }} | {{ t.created_at }} |
| Filename | Size | Uploaded | |
|---|---|---|---|
| {{ a.filename }} | {% if a.size %}{{ (a.size / 1024)|round(1) }} KB{% endif %} | {{ a.uploaded_at }} | Download |