{# app/templates/store/base.html #} {% from 'shared/macros/modals.html' import confirm_modal_dynamic %} {% block title %}Store Panel{% endblock %} - {{ store.name if store else 'Multi-Tenant Platform' }} {% block extra_head %}{% endblock %}
{% include 'store/partials/sidebar.html' %}
{% include 'store/partials/header.html' %}
{% block content %}{% endblock %}
{{ confirm_modal_dynamic('limitReachedConfirm', 'Usage Limit Reached', '$store.upgrade.limitReachedMessage', '$store.upgrade.confirmUpgrade()', '$store.upgrade.showLimitReachedConfirm', 'Go to Billing', 'Dismiss', 'warning') }} {% block extra_scripts %}{% endblock %}