{% extends "base.html" %} {% block title %}{{ translations.convert_tool if translations else 'Subtitle Format Converter' }}{% endblock %} {% block content %}

{{ translations.convert_tool if translations else 'Subtitle Format Converter' }}

{{ translations.convert_desc if translations else 'Convert subtitle files between different formats (SRT, VTT, ASS, TTML, and more).' }}

{{ translations.back_to_home if translations else 'Back to Home' }}
{% if error %}

{{ error }}

{% endif %}
{{ translations.no_file_chosen if translations else 'No file chosen' }}

{{ translations.paste_subtitle_desc if translations else 'Paste the content of your subtitle file here or upload a file' }}

{{ translations.input_format_desc if translations else 'Select input format or auto-detect' }}

{{ translations.output_format_desc if translations else 'Select the format to convert to' }}

{{ translations.preserve_formatting_desc if translations else 'Keep original text formatting (HTML tags, whitespace, etc.). Uncheck to normalize text.' }}

{{ translations.usage_examples if translations else 'Usage Examples' }}

{{ translations.powered_by if translations else 'Powered by' }}: lattifai-captions {{ translations.license_info if translations else ' (Apache-2.0 License)' }}

{% endblock %}