{% extends "dashboard/base.html" %} {% block title %}{{ t.add_site }} - MCP Hub{% endblock %} {% block page_title %}{{ t.add_site }}{% endblock %} {% block content %}
{# When the user arrives from /dashboard-v2, link the back arrow there so they don't dump out into the legacy list. #} {% set _qs = request.query_params if request else None %} {% set _from_v2 = _qs and _qs.get('from') == 'dashboard-v2' %}

{{ t.add_site }}

{{ t.site_alias_hint }}

{{ t.select_plugin }}

{{ t.cancel }}
{% endblock %} {% block scripts %} {% endblock %}