{% extends "base.html" %} {% block title %}vezir — label speakers{% endblock %} {% block content %}

← back to session

Label speakers

Session: {{ row.title or row.id }} · scribed by {{ row.github }}

Listen to each clip and assign a name (use a Blink GitHub handle for team members). Leave blank to keep the auto-assigned label.

{% for sp in speakers %} {% endfor %}
ID Channel Sample text Audio Label
{{ sp.id }} {{ sp.channel }} {{ sp.sample_text }}
{% for handle in team %} {% endfor %}

{% endblock %}