{% if data and (data.name or data.email or data.street or data.tel) and title %}
{% if data.name %}
{{ data.name }} {% endif %} {% if data.street %}
{% if data.street %}
{{ data.street }}
{% endif %}
{% if data.zip and data.city %}
{% if data.email %}
{% endif %}
{% if data.tel %}
{% endif %}
{% if data.fax %}
{% endif %}
{% endif %}
|