{% extends "base.html" %} {% load i18n %} {% block actions %} Add Property {% endblock %} {% block content %}

Lot {{ lot.name }}

{% for a in properties %} {% endfor %}
{% trans 'Key' %} {% trans 'Value' %} {% trans 'Created on' %}
{{ a.key }} {{ a.value }} {{ a.created }}
{% endblock %}