{% load url from future %} {% load i18n %} {% load staticfiles %} {% load speech_utils %} {% if not noli %}
  • {% endif %} {% if not speech.is_public %} {% trans "Invisible" %} {% endif %} {% if not nospeaker %} {% if speech.speaker %}
    {% endif %} {% endif %}
    {% if not nosection and speech.section_id %} {% endif %}
    {% if speech.audio %}
    {% trans "This speech has audio" %}
    {% endif %}
    {% if speech.audio and not speech.text %}

    {% trans "[ recorded audio ]" %}

    {% elif highlight %} {% elif truncate %} {{ speech.text|bleach|truncatewords_html:"50" }} {% else %} {{ speech.text|bleach }} {% endif %}
    {% if not result.object %} {% endif %}
    {% if not noli %}
  • {% endif %}