#if($dropInStatus && ($dropInStatus == "true" || $dropInStatus == true))
    <span class="sp-open-hours__drop-in__status sp-open-hours__drop-in__status--open">Öppen</span>
#else
    <span class="sp-open-hours__drop-in__status sp-open-hours__drop-in__status--closed">Stängd</span>
#end