{% extends "base.html" %} {% block body_class %}home-page{% endblock %} {% block content %} Termroom {{ t('home.heading') }} {{ t('home.copy') }} {{ t('home.open_workspace') }} {{ t('home.recent_workspaces') }} {{ t('home.recent_workspaces_copy') }} {% if recent %} {{ t('home.project') }}{{ t('home.last_used') }}{{ t('home.status') }} {% for workspace in recent %} {{ workspace.display_name[:1] | upper }} {{ workspace.display_name }} {{ workspace.canonical_path }} {{ workspace.last_opened_label }} {{ t(workspace.session_status_label) }} {{ t('common.terminal') }} {{ workspace.terminal_count }} · {{ workspace.connection_label or t('home.this_computer') }} {{ t('terminal.activity.new_output') }} · → {% endfor %} {% else %} {{ t('home.no_workspace') }} {{ t('home.no_workspace_copy') }} {{ t('home.first_workspace') }} {% endif %} {% if recent_runs %} {{ t('remote_run.recent_heading') }} {% for run in recent_runs %} {{ run.source_label }} {{ run.target_label }} · {{ run.created_label }} {{ run.state_label }} → {% endfor %} {% endif %} {% endblock %} {% block scripts %} {% if recent_runs %}{% endif %} {% endblock %}
Termroom
{{ t('home.copy') }}
{{ t('home.recent_workspaces_copy') }}
{{ t('home.no_workspace_copy') }}