CoolBrand
FREAKS BOUTIQUE
  • Home
  • Shop
  • Men
    {% set category = Category.query.filter(Category.name == 'men').first() %} {% for subcategory in category.subcategories %} {{ subcategory.name.capitalize() }} {% endfor %}
  • Women
    {% set category = Category.query.filter(Category.name == 'women').first() %} {% for subcategory in category.subcategories %} {{ subcategory.name.capitalize() }} {% endfor %}
  • {%if not current_user.is_authenticated%} {%else%} {%if current_user.is_admin%} {%elif current_user.is_customer%} {%endif%} {%endif%}
  • {{Cart.data()['num_items']}}/{{get_currency_symbol()}} {{Cart.data()['total_price']}}
Auth
  • Login
  • SignUp

{%set auth_login_form = get_auth_login_form()%}

{{auth_login_form.email.label}}

{{ auth_login_form.email() }} {% if auth_login_form.email.errors %}
    {% for error in auth_login_form.user_id.errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}

{{auth_login_form.password.label}}

{{ auth_login_form.password() }} {% if auth_login_form.password.errors %}
    {% for error in auth_login_form.password.errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}
{%set register_customer_form = get_auth_register_customer_form()%}

{{ register_customer_form.email.label }}

{{ register_customer_form.email() }}

{{ register_customer_form.password.label }}

{{ register_customer_form.password() }}

{{ register_customer_form.reconfirm_password.label }}

{{ register_customer_form.reconfirm_password() }}

Your personal data will be used to support your experience on this website, to access your account and for purposes described in our privacy policy