{% load static %} {% load i18n %} {% load thumbnail %}
{{ obj_data.obj.name }} {% if obj_data.address.address1 %}{{ obj_data.address.address1 }}{% endif %} {% if obj_data.address.address2 %}{{ obj_data.address.address2 }}{% endif %} {% if obj_data.zip_code %}{{ obj_datazip_code }}{% endif %} {{ obj_data.address.place.name|upper }} {% if obj_data.referent_contact.first_phone_number %} {% trans "Phone:" %} {{ obj_data.referent_contact.first_phone_number }} {% endif %} {% if obj_data.referent_contact.first_email %} {% trans "Mail:" %} {{ obj_data.referent_contact.first_email }} {% endif %}