{% extends "base.html" %} {% block content %}

GOLDEN UNIFORMS

Smart. Comfortable. Versatile.

Premium uniforms designed for schools, businesses and institutions. Crafted for comfort, built for durability, and tailored to represent your brand with confidence.

T-Shirt
Polo
Hoodie
Fleece
Tracksuit
{% if clearance_products %}
{% for product in clearance_products %}
{% if product.image_url %} {{ product.name }} {% else %}
{% endif %}
{% set discount_rates = [35, 40, 25, 30, 45, 20] %} -{{ discount_rates[loop.index0 % 6] }}%
{% set timers = ['2d 12h', '1d 8h', '3d 15h', '4h 30m', '1d 2h', '6h 45m'] %} {{ timers[loop.index0 % 6] }}

{{ product.name }}

KES {{ "%.0f"|format(product.price) }} KES {{ "%.0f"|format(product.price * 1.6) }}
{% endfor %}
{% endif %} {% if featured_products %}
{% for product in featured_products %}
{% if product.image_url %} {{ product.name }} {% else %}
{% endif %}
{% if product.is_featured %} {% endif %}

{{ product.name }}

KES {{ "%.0f"|format(product.price) }}
{% endfor %}
{% endif %}
{% for product in products %} {% endfor %}
Home Category Message Cart Account
{% endblock %}