{# app/templates/storefront/unavailable.html — standalone, no base.html extends #} {# Rendered by StorefrontAccessMiddleware when store has no active subscription #} {{ title }}{% if store %} | {{ store.name }}{% endif %} {# Tailwind CSS #} {# Theme colors (use store theme if available, fallback to purple gradient) #}
{# Store logo if available #} {% if store and theme and theme.branding and theme.branding.logo %} {{ store.name }} {% endif %} {# Icon #}
{% if reason == 'not_found' %} {% else %} {% endif %}
{# Title #}

{{ title }}

{# Message #}

{{ message }}

{# Action button #}
{% if language == 'fr' %}Retour {% elif language == 'de' %}Zurück {% elif language == 'lb' %}Zréck {% else %}Go Back {% endif %}
{# Store name footer #} {% if store %}
{{ store.name }}
{% endif %}