{% extends 'speeches/base.html' %} {% load url from future %} {% load i18n %} {% load staticfiles %} {% load speech_utils %} {% load thumbnail %} {% block extra_headers %} {% if object.celery_task_id %} {% endif %} {% with next=speech.get_next_speech previous=speech.get_previous_speech %} {% if previous %} {% endif %} {% if next %} {% endif %} {% endwith %} {% endblock %} {% block title %} {% if object.title %} {{ object.title }} {% else %} “{{ object.summary|striptags }}” {% endif %} {% endblock %} {% block content %} {% if object.celery_task_id %}
{% trans "Please wait, audio is being transcribed. This page will automatically refresh in 5 seconds..." %}
{% endif %} {% if object.title %}