{% for item in schedule_items %}
<div class="c-staff_schedule-wrap">
<span class="c-staff_schedule_time">{{ item.time }}</span>
<span class="c-staff_schedule_text">{{ item.text|raw }}</span>
</div>
{% endfor %}