{# # Global Login Form (Bootstrap 5 Override) # # Inline login form used on checkout and other pages (not the My Account login). # Can be initially hidden and toggled via a link. # # Expected context (from WooCommerce wc_get_template('global/form-login.php')): # hidden - Whether form is initially hidden (boolean) # message - Optional message to display above the form # redirect - URL to redirect after login # # WooCommerce PHP equivalent: global/form-login.php # # @package WcBootstrap # @since 0.1.0 #} {% if not is_user_logged_in() %} {% endif %}