{% extends "base.html" %} {% block title %}vezir — session {{ row.id }}{% endblock %} {% block content %}

← all sessions

{{ row.title or row.id }}

scribed by {{ row.github }} at {{ row.created_at }}

Status: {{ row.status }}

{% if row.status == 'needs_labeling' %}

Label speakers

{% endif %} {% if row.error %}

Error

{{ row.error }}
{% endif %} {% if row.artifacts_dict %}

Artifacts

{% endif %} {% endblock %}