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

Lot {{ lot.name }}

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