{% extends "base.html" %} {% block title %}{{ translations.mkv_to_srt_result if translations else 'MKV to SRT Result' }}{% endblock %} {% block content %}

{{ translations.mkv_to_srt_result if translations else 'MKV to SRT Result' }}

{{ translations.mkv_to_srt_success if translations else 'Subtitle extraction completed successfully.' }}

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

{{ output }}
{{ translations.extract_another if translations else 'Extract Another File' }} {{ translations.back_to_home if translations else 'Back to Home' }}
{% endblock %}