{% load i18n %}
{% for tag in lot_tags %}
{{ tag }}
{% for lot in object.lots %} {% if lot.type == tag %}
{% endif %} {% endfor %} {% endfor %}