{% extends "base.html" %} {% block title %}{{ tool_name if tool_name else 'Subtitle Tracks' }} - Result{% endblock %} {% block content %}

{{ tool_name if tool_name else 'Subtitle Tracks' }} - {{ translations.result if translations else 'Result' }}

{{ translations.back_to_tool if translations else 'Back to Tool' }}

{{ translations.success if translations else 'Processing completed successfully' }}

{{ translations.processing_output if translations else 'Processing Output' }}

{% if download_filename %}
{{ translations.process_another if translations else 'Process Another' }}
{% else %} {% endif %}
{% endblock %}