{% include "modules/common/components/info-block.twig" with { text_translation_string : 'contact.overview.infoBlock.text.mainDescription', header_translation_string : 'contact.overview.infoBlock.header' } %}
{% if isDemo() %} {% include('modules/my-contacts/components/my-contact-card.html.twig') %} {% endif %} {% for contact in contacts %}
{% include('modules/my-contacts/components/contact-card.html.twig') %}
{% endfor %}
{% include 'page-elements/components/widgets/plus-icon.twig' with { 'widgetName': "add-contact-card-widget", 'id' : "add-contact-card-widget" } %}