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

{{object.akronimoa}} {% if object.show_izena %}{{object.izena}}{% endif %}

{% 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 %}
{% if object.logoa %}
Alderdiaren logoa
{% endif %}
{% include "tk_hauteskundeak/include/hauteskunde_alderdia_grafikoa.html" with taula=taula_motak alderdia=object tokia=tokia%}
{% include "tk_hauteskundeak/include/hauteskunde_alderdia_emaitzak.html" with taula=taula %}
{% include "tk_hauteskundeak/include/hauteskunde_oharrak.html" with oharrak=oharrak %}
{%endblock%}