← {{ t('common.home') }}
{{ t('remote_run.eyebrow') }}
{{ run.source_label }} → {{ target_label }}
{% if run.state in ('preparing', 'running') %}
{% if run.state == 'running' %}{{ t('remote_run.state.running') }}{% else %}{{ t(run_phase_key) }}{% endif %}
{{ t('remote_run.connection_rechecking') }}
{{ t('remote_run.workspace_ready_copy') }}
{% else %}
{{ run.error_detail or t('remote_run.error.prepare_failed') }}
{% endif %}
{% endblock %}
{% block scripts %}
{% endblock %}