<div class="courseTitleVer2"
style="{{ module.backgroundImageColorRadio == 'color' ? 'background-color: ' ~ module.background : '' }}"
data-image="{{ module.backgroundImageColorRadio }}"
data-background="{{ vich_uploader_asset(module.backgroundImage, 'file') }}"
data-background-mobile="{{ vich_uploader_asset(module.backgroundImageMobile, 'file') }}"
>
<div class="container">
<span class="courseTitleVer2-label"
style="background-color: {{ module.labelBackground }}; color: {{ module.labelColor }}">
{{ module.label|raw }}
</span>
<h1 style="padding: 10px; {% if module.titleBackground is defined %} background-color: {{ module.titleBackground}}; {% endif %} {{ module.titleColor ? 'color: ' ~ module.titleColor}} ">{{ course.name }}</h1>
{% if module.subTitle is defined %}
<h2 class="courseTitleVer2-subtitle"
style="
{% if module.subTitleColor is defined %} color: {{ module.subTitleColor }}; {% endif %}
{% if module.subTitleBackground is defined %} background-color: {{ module.subTitleBackground }}; {% endif %}
"
>
{{ module.subTitle|raw }}
</h2>
<a href="#" style="margin-bottom:10px;"
class="button button-blueBackground signInNow"
>
{{ 'uniqskills.landing.signInNow'|trans }}
</a>
{% endif %}
<div class="cooperators-inject-area"></div>
</div>
</div>