{% extends 'app/base.html' %} {% load static %} {% block css %} {% endblock %} {% block content %}

Clock auctions

{% for product in clock_products %} 0 %}class="hide-sm"{% endif %}>
{% endfor %}

Dutch auctions

{% for product in dutch_products %}
{% endfor %}

Sealed bid auctions

{% for product in sealed_products %}
{% endfor %}
{% endblock %}