{% block stylesheets %}{% endblock %} {% if ('manager' == role()) %} {% endif %} {% set orderConstants = constant('App\\Entity\\Order\\OrderInterface::LIST') ?? null %} {% set paymentConstants = constant('App\\Entity\\Payment\\PaymentInterface::LIST') ?? null %} {% set checkoutConstants = constant('App\\Entity\\Order\\CheckoutInterface::LIST') ?? null %} {% set modeConstants = constant('App\\Entity\\Admin\\ModeInterface::MODES') ?? null %} {% set customerIdentifierConstants = constant('App\\Entity\\Shop\\ShopInterface::ORDER_CUSTOMER_IDENTIFIERS') ?? null %} {% set loyaltyBenefitTypeConstants = constant('App\\Entity\\Shop\\LoyaltyInterface::LOYALTY_BENEFIT_TYPES') ?? null %} {% block main %}{% endblock %} {% block javascripts %}{% endblock %}