{% if label %}
{{ label }}
{% else %}
Transcript excerpt
{% endif %} {% if quote %}
{{ quote }}{% if redacted %} {{ redacted }}{% endif %}
{% endif %} {% if attribution or source %}
{% if attribution %}
{{ attribution }}
{% endif %} {% if source %}
{{ source }}
{% endif %}
{% endif %}