{% extends "base.html" %} {% block title %}Auto-Loops — ResearchLoop{% endblock %} {% block content %}
| ID | Study | Status | Progress | Current Sprint | Created |
|---|---|---|---|---|---|
| {{ lp.id }} | {{ lp.study_name }} | {{ lp.status }} | {{ lp.completed_count }}/{{ lp.total_count }} | {% if lp.current_sprint_id %}{{ lp.current_sprint_id }}{% else %}—{% endif %} | {{ lp.created_at }} |