{%extends "tk_hauteskundeak/base.html"%} {% load tk_math humanize %} {%block content%}

Hauteskunde guztiak

{% if tokiak.count == 1 %} {% else %}

{% tokiak_in_cols tokiak as tokiak_cols %} {% for col in tokiak_cols %}
{% for this_tokia in col.tokiak %} {{this_tokia.izena}} {% endfor %}
{% endfor %}
{% endif %}
{% for hauteskundea in hauteskundeak %} {% endfor %}
- Hauteskundea Errolda Abs.
Hauteskunde honen irudia {{hauteskundea.izena}} {{hauteskundea.errolda|default:'-'|intcomma}} {% if hauteskundea.boto_emaileak %}%{{hauteskundea.errolda|divide_abstentzioa:hauteskundea.boto_emaileak|floatformat:2}}{% else %}-{% endif %}
{%endblock%}