{% load static %} {% block title %}Chiez Stores — Fashion & Style{% endblock %} {% block seo_title %}Chiez — Shop Smart. Live Bold.{% endblock %} {% block extra_css %}{% endblock %} {% if user.is_authenticated %} {% with otp=user.otp_profile %} {% if not otp or not otp.is_2fa_enabled %}
Your account is not protected by two-factor authentication. Keep your account secure — enable 2FA to protect your account from unauthorized access.
Go to Settings
{% endif %} {% endwith %} {% endif %}
{% for message in messages %}
{% if message.tags == 'success' %} {% elif message.tags == 'error' %} {% elif message.tags == 'warning' %} {% else %}{% endif %} {{ message }}
{% endfor %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}