{% extends "base.html" %} {% block body_class %}remote-run-new-page{% endblock %} {% block content %}
← {{ t('common.back') }}

{{ t('remote_run.eyebrow') }}

{{ t('remote_run.new_heading') }}

{{ t('remote_run.new_copy') }}

{% if retry_run %}
{{ t('remote_run.retry_prefill_title') }}

{{ t('remote_run.retry_prefill_copy') }}

{% endif %} {% if not computers %}
{{ t('remote_run.no_targets') }}

{{ t('remote_run.no_targets_copy') }}

{{ t('home.add_ssh') }}
{% else %}

{{ t('remote_run.source_heading') }}

{% if source_workspace %}
{{ source_workspace.display_name }} {{ source_path_display }} {{ t('remote_run.source_original') }}

{{ t('remote_run.workspace_snapshot_copy') }}

{{ t('remote_run.change') }}
{{ t('remote_run.exclusions_heading') }}

{{ t('remote_run.exclusions_copy') }}

{% else %}

{{ t('remote_run.workspace_snapshot_copy') }}

{{ t('remote_run.exclusions_heading') }}

{{ t('remote_run.exclusions_copy') }}

{{ t('remote_run.git_help') }}

{{ t('remote_run.git_private_alternative') }}

{{ t('remote_run.zip_help') }}

{% endif %}

{{ t('remote_run.command_help') }}

{{ t('common.cancel') }}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}