{% for dayItem in openingHours %}
{{ "moorl-foundation.days.#{dayItem.day}"|trans }}:
{% if not dayItem.times %} {{ dayItem.info ? dayItem.info|trans : "moorl-foundation.days.closed"|trans }} {% else %} {% for time in dayItem.times %} {% if time.from %} {{ time.from|slice(0, 5) }}-{{ time.until|slice(0, 5) }} {% endif %} {% endfor %} {% endif %}
{% endfor %}