{% extends "base.html" %} {% set run_phase_key = 'remote_run.phase.' ~ (run.phase or 'scanning') %} {% block body_class %}remote-run-wait-page{% endblock %} {% block content %}
← {{ 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 %} {% endif %}
{% if run.state in ('preparing', 'running') %} {% if run.stop_requested_at %} {{ t('remote_run.stop_waiting') }} {% else %}
{% endif %} {% else %} {% if remote_run_results_available %} {{ t('remote_run.result_download') }} {% if remote_run_collect_available %} {{ t('remote_run.collect.open') }} {% endif %} {% endif %} {{ t('remote_run.try_again') }}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}