{% if dashboard_projects %}
{% include "ui/partials/dashboard_project_selector.html" %}
{% endif %}
{% if active_project %}
{% with gateway_only=active_project.is_gateway_app %}
{% endwith %}
{% endif %}
{% if can_add %}
Add Project
{% endif %}
{% endif %}
{% if active_full_scan and active_project %}{% include "projects/partials/scan_async_poll.html" with scan_run=active_full_scan project=active_project %}{% endif %}
{% if projects %}
{{ current_count }} project{{ current_count|pluralize }} · Gateway apps appear here when they connect