{{ izenburua }}

{{ deskribapena }}
{% set ordutegigabe = 1 %} {% for ordua in ordutegias %} {% if ordua.texto_1 is defined or ordua.texto_2 is defined or ordua.texto_3 is defined or ordua.texto_4 is defined or ordua.texto_5 is defined or ordua.texto_6 is defined %} {% set ordutegigabe = 0 %} {% endif %} {% if "hasi bg-warning" in ordua or "bukatu bg-warning" in ordua or "jarraitu bg-warning" in ordua %}
HORARIOS SOLAPADOS
{% endif %} {% endfor %} {% if ordutegigabe == 1 %}
ORDUTEGI GABE
{% else %} {% set lastorduaindex = 0 %} {% for ordua in ordutegias %} {% if ordua.texto_1 is defined or ordua.texto_2 is defined or ordua.texto_3 is defined or ordua.texto_4 is defined or ordua.texto_5 is defined or ordua.texto_6 is defined %} {% set lastorduaindex = loop.index %} {% endif %} {% if lastorduaindex != 0 and lastorduaindex <= loop.index - 1 %} {% set lastorduaindex = 0 %} {% endif %} {% endfor %}
Ordua Astelehena Asteartea Asteazkena Osteguna Ostirala Larunbata
{{ordua.Ordua}} {% if ordua.texto_1 is defined %}{{ordua.texto_1}}{% endif %} {% if ordua.texto_2 is defined %}{{ordua.texto_2}}{% endif %} {% if ordua.texto_3 is defined %}{{ordua.texto_3}}{% endif %} {% if ordua.texto_4 is defined %}{{ordua.texto_4}}{% endif %} {% if ordua.texto_5 is defined %}{{ordua.texto_5}}{% endif %} {% if ordua.texto_6 is defined %}{{ordua.texto_6}}{% endif %}
{{ordua.Ordua}}
{% endif %}