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

Lot {{ lot.name }}

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