{% if not profile.telno %}{% else %}{% trans %} Tel {% endtrans %} {% endif %}
{% if not profile.fax %}{% else %}{% trans %} Fax {% endtrans %} {% endif %}
{% if not profile.email %}{% else %}{% trans %} Email {% endtrans %} {% endif %}
{% if not profile.websit %}{% else %}{% trans %} Website {% endtrans %} {% endif %}
{% if not profile.workinghours %}{% else %}{% trans %} Work-Time {% endtrans %}{% endif %}
{% if not profile.telno %}
{% else %}
{% if type == 'FL' %}
{{ profile.telno.0 }}
{% else %}
{% for key, tel in profile._format.telno %}
{% if loop.last != key+1 %}{{ tel }}{{ " ," }}
{% else %}{{ tel }}{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% if not profile.fax %}
{% else %}
{% if type == 'FL' %}
{{ profile._format.fax.0 }}
{% else %}
{% for key, fax in profile._format.fax %}
{% if loop.last != key+1 %}{{ fax }}{{ " ," }}
{% else %}{{ fax }}{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% if not profile.email %}
{% else %}
{% if type == 'FL' %}
{{ profile.email }}
{% else %}
{{ profile.email }}
{% endif %}
{% endif %}
{% if not profile.websit %}
{% else %}
{{ profile.websit }}
{#{% for key , web in profile.websit %}#}
{#{% if loop.last != key+1 %}{{ web }} #}
{#{% else %}{{ web }} {% endif %}#}
{#{% endfor %}#}
{% endif %}
{% if not profile.workinghours %}
{% else %}
{{ profile._format.workinghours }}
{% endif %}
{% if not prodescription %}
{% else %}
{% trans %} Product And Service {% endtrans %}
{{ prodescription|raw }}
{% endif %}
{% if not profile.brandname %}
{% else %} {% trans %} Banner {% endtrans %} : {{ profile.brandname|replace({"