{% extends "base.html" %} {% block title %}{{ translations.translate_tool if translations else 'Subtitle Translation Tool' }}{% endblock %} {% block content %}
{{ translations.translate_desc if translations else 'Translate subtitle files using AI models with customizable instructions.' }}
{{ translations.back_to_home if translations else 'Back to Home' }}{{ error }}
subtitle_translate.py input.srtsubtitle_translate.py input.srt --instructions my_instructions.txtsubtitle_translate.py input.srt --chunk-size 30