<div style="text-align: center;"
class="landing-cooperators-section"
data-inject="{{ module.courseTitleInject is defined ? module.courseTitleInject : 'false' }}"
>
<span class="courseTitleVer2-organizer"
style="{{ module.headerColor is defined ? 'color: ' ~ module.headerColor : '' }}"
>
{{ 'uniqskills.landing.inCooperationWith'|trans }}:
</span>
{% for key, cooperator in module.cooperatorList %}
{% if cooperator.show == true %}
{% if module['cooperatorsFile_' ~ key] is defined %}
<a href="{{ cooperator.url is defined ? cooperator.url : '' }}" target="_blank">
<img src="{{ vich_uploader_asset(module['cooperatorsFile_' ~ key], 'file') }}"
width="150"
alt="{{ cooperator.description }}"
style="margin: 15px 20px;">
</a>
{% endif %}
{% endif %}
{% endfor %}
</div>