{% extends "base.html" %}
{% block body_class %}workspace-open-page{% endblock %}
{% block content %}
{% if mode == 'computers' %}
{{ t('home.computer_removed') }}
{% endif %}{{ t('home.this_computer') }}
{{ t('open.local_copy') }}
{{ error }}
{% endif %} {% if location_removed %}{{ t('open.location_removed') }}
{% endif %} {% if project_error and project_created %}{{ project_created }}{% endif %}
{% if project_existing %}
{% endif %}
{% if project_workspace %}{{ t('project.retry_open') }}{% endif %}
{% if project_created %}{{ t('project.back_folder') }}{% endif %}
{{ t('open.locations_copy') }}
{{ t('open.registered_copy') }}
{{ current_path_display }}
{{ t('browse.empty_copy') }}
{{ t('common.remote') }}
{{ remote_status.label }}
{% if remote_status.last_success_label %}{{ t('remote.last_success', time=remote_status.last_success_label) }}{% endif %}
{% if computer.connection_method == 'ssh' %}{{ computer.username }}@{{ computer.host }}{% if computer.port != 22 %}:{{ computer.port }}{% endif %}{% endif %}
{{ error }}
{% endif %} {% if project_error and project_created %}{{ project_created }}{% endif %}
{% if project_existing %}
{% endif %}
{% if project_workspace %}{{ t('project.retry_open') }}{% endif %}
{% if project_created %}{{ t('project.back_folder') }}{% endif %}
{{ t('ssh.detail.connected_copy') }}
{% endif %}{{ t('open.remote_registered_copy') }}
{{ t('ssh.detail.no_workspace') }}
{{ t('remote_run.server_runs_copy') }}
{{ t('ssh.detail.open_project_copy') }}