{% extends "base.html" %} {% block title %}Projects — Transcribe Studio{% endblock %} {% block page_header %}

Projects & recordings

Browse by project — each recording has Transcribe, Analysis, and Evaluation

{% endblock %} {% block content %}
+ Upload recording
{% if project_sections %} {% for section in project_sections %}

{{ section.name }} {{ section.recordings|length }}

View all
{% if section.recordings %} {% for r in section.recordings %} {% endfor %}
Recording Duration Chunks Transcribed
{{ r.title }} {{ fmt_duration(r.duration_ms) }} {{ r.segment_count }}
{{ r.transcript_pct }}%
Open
{% else %}

No recordings in this project. Upload audio

{% endif %}
{% endfor %} {% else %}

No projects yet. Upload audio to get started.

{% endif %} {% endblock %}