No highlights on this run{% if filtered %} match the tag filter{% endif %}.
Select transcript text in the review console to add one.
{% if q.stale %}
Stale — re-anchor before citing.
The transcript text this highlight covered has changed since it was
captured. The quote below is the captured copy, unverified against the
current transcript.
{{ q.captured_quote }}
{% elif not q.renderable %}
Could not resolve against the
current transcript. The quote below is the captured copy.
{{ q.captured_quote }}
{% else %}
{% for ln in q.quote_lines %}
{% if ln.speaker %}{{ ln.speaker }}:{% endif %}
{{ ln.text }}
{% if ln.start_seconds is not none and ln.end_seconds is not none %}
[{{ "%.2f"|format(ln.start_seconds) }}–{{ "%.2f"|format(ln.end_seconds) }}s]
{% endif %}
{% endfor %}
{% endif %}
{% if q.tags %}
Tags:
{% for t in q.tags %}{{ t.name }}{% endfor %}
{% endif %}
{% if q.note %}Note: {{ q.note }}
{% endif %}
Highlight {{ q.id }}
{% if q.start_seconds is not none and q.end_seconds is not none %}
· {% if q.timing_precision != "word" %}≈ {% endif %}{{ "%.2f"|format(q.start_seconds) }}–{{ "%.2f"|format(q.end_seconds) }}s
{% endif %}
{% if q.speakers %} · {{ q.speakers|join(", ") }}{% endif %}
· captured by {{ q.operator }}
Source text hash {{ q.source_text_hash }}
{% if q.clip %}
Audio clip {{ q.clip.filename }}{% if q.clip.sha256 %} (SHA-256 {{ q.clip.sha256 }}){% endif %}{% endif %}