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

{{ subtitle }}

{% csrf_token %} {% for tag in lot_tags %} {% for lot in lots %} {% if lot.type == tag %} {% endif %} {% endfor %} {% endfor %}
Select Lot Group / Lot
{{ tag }}/{{ lot.name }}
{% endblock %}