{% load i18n %}
{% trans "Town" %} | {% trans "Year" %} | {% trans "Section" %} | {% trans "Parcels" %} | {#{% trans "Owner" %} | #}
---|---|---|---|---|
{{parcel.town}} | {% if parcel.year %}{{parcel.year}}{% endif %} | {{parcel.section}} | {{parcel.parcel_numbers|join:", "}} | {#{{operation.parcel.owner}} | #}
{% trans "No parcel" %} |