{% extends "base.html" %} {% block content %} {% if aprovadas %} {% for p in aprovadas %} {% ifchanged p.dia %}

{{ p.dia|date:"l, d \de F" }}


{% endifchanged %} {{p.titulo}}
{{p.time_start}}-{{p.time_end}}
{% ifequal p.room 0 %} Auditório {% else %} Sala {{p.room}} {% endifequal %}
Palestrante{{ p.palestrante.all|pluralize }}:
{% for x in p.palestrante.all %} {{x.nome|capfirst}} {% ifnotequal p.palestrante.all|length 1%}
{% endifnotequal %}
{% endfor %}
{% endfor %} {% else %}

Padre Quevedo 404


Usuario nón ecziste!
{% endif %} Voltar {% endblock %}