{% if data and (data.name or data.email or data.street or data.tel) and title %}
{{ title }}
{% if data.name %}

{{ data.name }}

{% endif %} {% if data.street %}

{% if data.street %} {{ data.street }} {% endif %} {% if data.zip and data.city %}
{{ data.zip }} {{ data.city }} {% endif %} {% if data.country %}
{{ data.country }} {% endif %}

{% endif %} {% if data.email or data.tel or data.fax %}
{% if data.email %} {% endif %} {% if data.tel %} {% endif %} {% if data.fax %} {% endif %}
{% endif %}
{% endif %}