{% extends 'admin/base_site.html' %} {% block title %}Process transcript {{ block.super }}{% endblock %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %} {% comment %} {% block breadcrumbs %} {% endblock %} {% endcomment %} {% block content %}
{% csrf_token %}

Process {{ transcript }}

{% if transcript.tags.count %}

{{ transcript.tags.count }} existing tag{{ transcript.tags.count|pluralize }} will be deleted.

{% endif %} {% if errors %}

Errors

{% endif %}

The following will be created from {{ transcript.get_transcript_file }}:

{# Cancel #}

{% endblock %}