{% extends 'base.html' %} {% load static django_bootstrap5 socialaccount %} {% block title %}Login - BanshiX{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% providers_media_js %} {% endblock %} {% block content %}
BanshiX Logo

BanshiX Market

Quality products • Global delivery

Fast Worldwide Delivery
Secure Shopping
24/7 Customer Support

Welcome Back

Sign in to continue shopping

{% include "socialaccount/snippets/provider_list.html" with process="login" %}

OR
{% csrf_token %} {% bootstrap_form form %}
{% endblock %}