{% if type == 'ticket' %}
{{ obj.address }}, {% if obj.locality != null %}(Loc. {{ obj.locality }}) {% endif %}{% if obj.otherCity != null %}{{ obj.otherCity }}{% else %}{{ obj.idCity|translate_city_only }}{% endif %} - {{ obj.zip }} ({{ obj.idCity|translate_province_sign_from_city }})
{% elseif type == 'client' %}
{{ obj.address }}, {% if obj.locality != null %}(Loc. {{ obj.locality }}) {% endif %}{{ obj.idCity|translate_city_only }} - {{ obj.zip }} ({{ obj.idCity|translate_province_sign_from_city }})
{% elseif type == 'destination' or type == 'profile' %}
{{ obj.address }} {{ obj.civic }}, {{ obj.idCity|translate_city_only }} - {{ obj.zip }} ({{ obj.idCity|translate_province_sign_from_city }})
{% endif %}