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

{% trans "Actions" %}

{% trans "Update" as submit %} {% include 'speeches/form.html' with submit=submit type="recording" %}
{% endblock %}