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

Lot {{ lot.name }}

Documents
{% for a in documents %} {% endfor %}
Key Value Created on
{{ a.key }} {{ a.value }} {{ a.created }}
{% endblock %}