{% extends "base.html" %} {% block title %}Prepare · {{ pending.original_filename }}{% endblock %} {% set is_multi_speaker = pending.speaker_mode == 'multi' %} {% set analysis = pending.speaker_analysis or {} %} {% set analysis_speakers = analysis.get('speakers', {}) %} {% set speaker_configs = options.speaker_configs or [] %} {% set recommended_template = options.speaker_pronunciation_sentence or "This is {{name}} speaking." %} {% set total_steps = 3 if is_multi_speaker else 2 %} {% block content %}
{% with pending=pending, readonly=True, active_step='speakers' %} {% include "partials/upload_modal.html" %} {% endwith %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}