{% extends "base.html" %} {% block title %}{{ translations.time_shift_result if translations else 'Time Shift Result' }}{% endblock %} {% block content %}
{{ translations.time_shift_success if translations else 'Your subtitle file has been processed successfully.' }}
{{ output }}