{% load tk_math humanize %} {% 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 %}