{% extends 'base.html' %} {% load static currency_filters i18n %} {% block extra_head %} {% endblock extra_head %} {% block content %}
{% trans "BanshiX brings electronics, vehicles, appliances and lifestyle essentials together in one polished storefront designed for effortless shopping." %}
{% trans "Customer satisfaction" %}
{% trans "Products available" %}
{% trans "Fast shipping, secure checkout, and curated offers for every budget." %}
{% trans "Browse top collections across our store." %}
{% trans "Handpicked deals that customers love." %}
{% endif %}
{% with discount=product.get_active_discount %}
{% if discount %}
{% if discount.discount_type == 'percentage' %}{{ discount.discount_value }}% OFF{% else %}{{ currency_symbol }}{{ discount.discount_value }} OFF{% endif %}
{% endif %}
{% endwith %}
{% blocktrans %}{{ product.description|truncatechars:75 }}{% endblocktrans %}
{% trans "Protect your payment details with encrypted checkout and trusted payment partners." %}
{% trans "Enjoy reliable global shipping and transparent tracking from order to delivery." %}
{% trans "Our customer care team is ready to help you with product questions and order support." %}