{% load i18n %} {% if item.get_address or item.get_address_complement or item.get_postal_code or item.get_town or item.get_precise_town%}
{% if item.get_address %}{{item.get_address}}{% endif %}{% if item.get_address_complement %} {{item.get_address_complement}}{% endif %}{% if item.get_postal_code or item.get_town or item.get_precise_town %} {{item.get_postal_code}} {% if item.get_precise_town %}{{item.get_precise_town.name}}{% else %}{{item.get_town}}{% endif %}{% endif %}