{% load i18n %} {% if item.address or item.address_complement or item.postal_code or item.town %}

{% if item.address %}{{item.address}}{% endif %}{% if item.address_complement %}
{{item.address_complement}}{% endif %}{% if item.postal_code or item.town %}
{{item.postal_code}} {{item.town}}{% endif %}

{% endif %}