{% extends 'core/wizards/_base.html' %} {% load i18n bootstrap %} {% block wizard_help %}

{% trans "Make sure that the segmentation is good before going forward because resegmenting will delete all bound transcriptions." %} {% endblock %} {% block wizard_fields %}

{% trans "Select a model" %}
{% render_field transcribe_form.model class="js-proc-settings" data_document=document.pk %}
{% endblock %} {% block wizard_submit %}{% trans "Transcribe" %}{% endblock %}