{% 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 %}
{{ value.dia_semana }}
Observações
{% for tipo in horario_tipo %}
[{{ tipo.abreviatura }}] {{ tipo.titulo }}
{% endfor %}