{% extends "base.html" %} {% block content %}

{{ translations.correction_applied if translations else 'Correction Applied' }}

{{ translations.corrected_subtitles if translations else 'Corrected Subtitles' }}

{{ output }}
{{ translations.process_another if translations else 'Process Another File' }}

{{ translations.next_steps if translations else 'Next Steps' }}

  • {{ translations.download_file if translations else 'Download the corrected SRT file above' }}
  • {{ translations.rename_file if translations else 'Rename it to match your video file name' }}
  • {{ translations.play_video if translations else 'Place it in the same folder as your video and play' }}
  • {{ translations.test_sync if translations else 'Test the sync - if still off, adjust the parameters and try again' }}
{% endblock %}