{% extends 'speeches/base_player.html' %} {% load humanize %} {% load i18n %} {% block title %}{% blocktrans with id=object.id %}Recording #{{ id }}{% endblocktrans %}{% endblock %} {% block content %}

{% trans "Actions" %}

{% if recordingtimestamp_formset.non_form_errors %}
{{ recordingtimestamp_formset.non_form_errors }}
{% endif %}
{{ recordingtimestamp_formset.management_form }} {% for form in recordingtimestamp_formset %} {% if form.instance.speech %} {% endif %} {% include 'speeches/form.html' %} {% endfor %} {% trans "Update" as submit %} {% include 'speeches/form.html' with submit=submit type="recording" %}
{% endblock %}