{% extends "website/base/base_paroquias.html" %} {% load tags_conteudos %} {% load thumbnail %} {% block principal %} {% if website.websiteprofile.horarios_horario %} {% get_latest_contents website=website 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 }}



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

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

{% endif %}
{% endif %} {% if not horario %}

{% endif %} {% endblock principal %}