{% extends "base.html" %} {% block title %}{{ translations.time_shift_result if translations else 'Time Shift Result' }}{% endblock %} {% block content %}

{{ translations.time_shift_result if translations else 'Time Shift Result' }}

{{ translations.time_shift_success if translations else 'Your subtitle file has been processed successfully.' }}

{{ translations.processed_subtitles if translations else 'Processed Subtitle Content' }}

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