<div class="simpleBanner"
style="background: {{ module.background }}; {% if module.textColor is defined %} color: {{ module.textColor }} {% endif %}">
<a name="{{ module.type }}-{{ module.id }}"></a>
<div class="container" style="text-align: center;">
<h2 class="bannerTitle" style="{% if module.textColor is defined %}color: {{ module.textColor }}{% endif %}">
{% if module.titleName is defined and module.titleName is not empty %}{{ module.titleName|raw }}{% else %}{{ 'uniqskills.landing.contact'|trans }}{% endif %}</h2>
<div class="simpleBanner-content{% if module.secondName is defined and module.secondName is not null %} col-sm-6 secondContact {% endif %}">
<div class="bannerText" style="{% if module.textColor is defined %}color: {{ module.textColor }}{% endif %}">
{% if module.info is defined %}<span style="font-size: 16px;">{{ module.info|raw }}</span>{% else %}Potrzebujesz szczegółowych informacji?{% endif %}
<p>
<div class="imgContact"
data-url="{{ vich_uploader_asset(module.photo, 'file') }}"></div>
</p>
<div>{{ module.name }}</div>
{% if module.telephone is not empty %}
<div>tel. {{ module.telephone }}</div>
{% endif %}
<div><a href="mailto:{{ module.email }}" style="{% if module.textColor is defined %}color: {{ module.textColor }}{% endif %}">{{ module.email }}</a></div>
</div>
</div>
{% if module.secondName is defined and module.secondName is not null %}
<div class="simpleBanner-content col-sm-6 secondContact">
<div class="bannerText" style="{% if module.textColor is defined %}color: {{ module.textColor }}{% endif %}">
{% if module.secondInfo is defined %}<span style="font-size: 16px;">{{ module.secondInfo|raw }}</span>{% endif %}
<p>
<div class="imgContact"
data-url="{{ vich_uploader_asset(module.photo, 'file') }}"></div>
</p>
{% if module.secondTelephone is defined and module.secondEmail is defined %}
<div>{{ module.secondName }}</div>
{% if module.secondTelephone is not empty %}
<div>tel. {{ module.secondTelephone }}</div>
{% endif %}
<div><a href="mailto:{{ module.secondEmail }}" style="{% if module.textColor is defined %}color: {{ module.textColor }}{% endif %}">{{ module.secondEmail }}</a></div>
{% endif %}
</div>
</div>
{% endif %}
</div>
</div>