<div class="hotline {{ class|default }}">{% if icon|default(false) != false %}<div class="hotline__icon">{% include 'components/atoms/image/image.html.twig' with {'src': icon|default(asset('build/images/icons/hotline.svg')),'class': 'image--full-width','lazyload': false} %}</div>{% endif %}<div class="hotline__info"><div class="hotline__head"><span class="hotline__title">{{ title|default('expert_advice_hotline_title'|trans)|raw }}</span>{% if phone|default(false) != false %}<span class="hotline__phone">{{ phone|default('hotline_company'|trans)|raw }}</span>{% endif %}</div>{% if openings is not defined or (openings is defined and openings is not same as(false)) %}<div class="hotline__opening-hours">{{ openings|default('expert_advice_hotline_opening_hours'|trans)|raw }}</div>{% endif %}</div></div>