{% extends "base.html" %} {% block head %} {% endblock %} {% block title %}Flor Tabasco 2013{% endblock %} {% block content %} {% if empate == 6%}
{%for participante in empatadas%}
  • {%if puntosempate == participante.calif%} {%else%} {%endif%}
  • {%endfor%} {%endif%} {%if ronda.id == 1%} {%if estado == 0 or estado == None%}
    {%for participante in participantes%}
  • {%endfor%} {%else%}
    {%endif%} {%elif ronda.id == 2%} {%if estado == 0 or estado == None%}
    {%for participante in participantes%}
  • {%endfor%} {%else%}
    {%endif%} {%elif ronda.id == 3%} {%if estado == 0 or estado == None%}
    {%for participante in participantes%}
  • {%endfor%} {%else%}
    {%endif%} {%elif ronda.id == 4%} {%if estado == 0 or estado == None%}
    {%for participante in participantes%}
  • {%endfor%} {%else%}
    {%endif%} {%endif%} {% endblock %}