{% extends 'website/base.html' %} {% load staticfiles %} {% load filter_tags %} {% block content %}
# | Tähejärjend | Kogus |
---|---|---|
{{ forloop.counter }} | {{ letter.0 }} | {{ letter.1 }} |
# | Lemma | Kogus |
---|---|---|
{{ forloop.counter }} | {{ lemma.0 }} | {{ lemma.1 }} |
# | Vorm | Lemma | Kogus |
---|---|---|---|
{{ forloop.counter }} | {{ word_text.1 }} | {{ word_text.2 }} | {{ word_text.3 }} |
{% for head in header %} | {{ head }} | {% endfor %}
---|---|
{{ header|get_at_index:forloop.counter0}} | {% for data in sequence %}{{ data }} | {% endfor %}