{{ state.category_title }} {% if selected_project_title %} · {{ selected_project_title }}{% endif %} Travel workspace

{{ title }}

{{ subtitle }}

{{ source_label }}
{% if state.selection_warning %}
Selection adjusted {{ state.selection_warning }}
{% endif %} {% if state.last_refresh_error %} {% elif snapshot_is_stale %}
Dashboard data is older than expected The last successful snapshot is still available. Use Refresh to try the read-only project scan again.
{% endif %} {% set problem_projects = state.projects | selectattr("refresh_state.value", "in", ["stale", "unavailable", "error"]) | list %} {% if problem_projects %}
Some project data needs attention {% for project in problem_projects %} {{ project.title }}{% if not loop.last %}, {% endif %} {% endfor %} — last known information remains visible where available.
{% endif %} {% if not state.projects %}
No projects in this category Project Center returned an empty category. Choose another category to populate the dashboard.
{% endif %} {% block content %}{% endblock %}