{{ heading }}

{% if singlecard %} {% if contactInfo is empty %} {% else %} {% for info in contactInfo %}

{{info.title}}

  • {% if info.name %}{{info.name}}{% else %}nicht hinterlegt{% endif %}
  • {% if not setting_hide_mails %} {% if info.showMail %}
  • {% if info.mail %}{{ info.mail }}{% else %}nicht hinterlegt{% endif %}
  • {% endif %} {% endif %} {% if info.phone %}
  • {{info.phone}}
  • {% endif %}
{% endfor %} {% endif %} {% elseif multicard %} {% if contactInfo is empty %} {% else %} {% for info in contactInfo %} {% if loop.index0 is even %}
{% endif %}

{{info.title}}

  • {% if info.name %}{{info.name}}{% else %}nicht hinterlegt{% endif %}
  • {% if not setting_hide_mails %} {% if info.showMail %}
  • {% if info.mail %}{{ info.mail }}{% else %}nicht hinterlegt{% endif %}
  • {% endif %} {% endif %} {% if info.phone %}
  • {{info.phone}}
  • {% endif %}
{% if(loop.index0 is odd) or (loop.index0 is even and loop.last) %}
{% endif %} {% endfor %} {% endif %} {% else %} {% if contactInfo is empty %} {% else %} {% for info in contactInfo %}

{{info.title}}

{% endfor %} {% endif %} {% endif %}