{% if directory.has_social_media %}
{% blocktrans with name=directory.headline %} Connect with {{ name }} {% endblocktrans %} {% with name=directory.headline %} {% if directory.linkedin %} {% endif %} {% if directory.facebook %} {% endif %} {% if directory.twitter %} {% endif %} {% if directory.instagram %} {% endif %} {% if directory.youtube %} {% endif %} {% endwith %}
{% endif %}