{% extends "website/base/base.html" %} {% load tags_conteudos %} {% load thumbnail %} {% block principal %}
Arquidiocese de Braga / Horários
Horários
{% comment %} {% get_website website=1 as website %} {% if website.websiteprofile.horarios_horario %} {% get_latest_contents website=website.pk cod=website.websiteprofile.horarios_horario.pk content_type=6 elements=1 as horario %} {% endif %} {% if horario %} {% get_latest_contents website=website.pk content_type=7 elements=20000 as horario_tipo %}
{{ horario.0.titulo }}
{% with actividades=horario.0.get_actividades.items %} {% for key, value in actividades %}

{{ value.dia_semana }}

    {% for lkey, lvalue in value.actividades.items %}
  • {{ comment }} {{ lvalue.hora_entrada|date:"H:i" }} {{ endcomment }} {{ lkey|cut:"L" }} | {% for llvalue in lvalue %} {{ llvalue.local }} {% if llvalue.tipo %}{{ llvalue.tipo }}{% endif %}{% if not forloop.last %} |{% endif %} {% endfor%}
  • {% endfor%}


{% endfor%} {% endwith %} {% if horario_tipo %}

Observações{{ horario_tipo }} {% for tipo in horario_tipo %}
{{ tipo.abreviatura }} {{ tipo.titulo }} {% endfor %}

{% endif %}
{% endif %} #{{ object_list }}# {% for website in object_list %} {{ website }} {% endfor %}
Outras Paróquias

Nome da Paróquia

  • 16:00 | Sábado
  • 11:00 | Domingo
{% endcomment %} {% for website in object_list %} {% comment %} {% if website.websiteprofile.horarios_horario %} {% get_latest_contents website=website.pk cod=website.websiteprofile.horarios_horario.pk content_type=6 elements=1 as horario %} {% endif %} {% if horario %} {% get_latest_contents website=website.pk content_type=7 elements=20000 as horario_tipo %}
{% with actividades=horario.0.get_actividades.items %} {% for key, value in actividades %}

{{ value.dia_semana }}

    {% for lkey, lvalue in value.actividades.items %}
  • {{ comment }} {{ lvalue.hora_entrada|date:"H:i" }} {{ endcomment }} {{ lkey|cut:"L" }} | {% for llvalue in lvalue %} {{ llvalue.local }} {% if llvalue.tipo %}{{ llvalue.tipo }}{% endif %}{% if not forloop.last %} |{% endif %} {% endfor%}
  • {% endfor%}


{% endfor%} {% endwith %} {% if horario_tipo %}

Observações {% for tipo in horario_tipo %}
{{ tipo.abreviatura }} {{ tipo.titulo }} {% endfor %}

{% endif %}
{% endif %} {% endcomment %} {% if website.websiteprofile.horarios_horario %} {% get_latest_contents website=website.pk cod=website.websiteprofile.horarios_horario.pk content_type=6 elements=1 as horario %} {% endif %} {% get_latest_contents website=website.websiteprofile.horarios_horario.pk content_type=7 elements=20000 as horario_tipo %} {% if not website.pk = 1%}
{{ website.websiteprofile.horarios_horario.titulo }}
{% endif %}
{% with actividades=website.websiteprofile.horarios_horario.get_actividades.items %} {% for key, value in actividades %}

{{ value.dia_semana }}

    {% for lkey, lvalue in value.actividades.items|mysort %}
  • {{ comment }} {{ lvalue.hora_entrada|date:"H:i" }} {{ endcomment }} {{ lkey|get_hora }} | {% for llkey, llvalue in lvalue.items %} {{ llkey }} {% if llvalue %} [{% for tvalue in llvalue|dictsort:"tipo" %}{{ tvalue.tipo }}{% if not forloop.last %}|{% endif %}{% endfor%}] {% endif %} {% if not forloop.last %} |{% endif %} {% endfor%}
  • {% endfor%}


{% endfor%} {% endwith %} {% if horario_tipo %}

Observações {% for tipo in horario_tipo %}
[{{ tipo.abreviatura }}] {{ tipo.titulo }} {% endfor %}

{% endif %}
{% endfor %}
{% endblock principal %}