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

{{ subtitle }}

{% trans 'Add new lot' %}
{% for lot in lots %} {% endfor %}
{{ lot.name }}
{% endblock %}