{% load i18n %} {% load staticfiles %} {% load speech_utils %} {% load thumbnail %} {% if not noli %}
{% trans "[ recorded audio ]" %}
{% elif highlight %}{% if speech.section_id %} {% else %} {% endif %} {{ highlight|striptags_highlight }}
{% elif truncate %} {{ speech.text|bleach|truncatewords_html:"50" }} {% else %} {{ speech.text|bleach }} {% endif %}