{% set page_group = "admin" %} {% include 'components/head.html' %}
{% include 'components/alerts.html' %}

Welcome back, {{ user.display_name }}

Which store are you setting up?

You have access to multiple stores - pick one to continue to Getting Started.

{# Spec 051 campaign-alert-contract.md ยง3: every link MUST carry the original query string forward (source=alert survives the hop) - querySuffix is the raw, unmodified $_SERVER['QUERY_STRING']. #} {% for store in stores %} {{ store.name }} {{ store.typeNum|upper }} {% endfor %}