Blame view

dictionary/templates/odm_forms.html 243 Bytes
janek37 authored
1
<p>Grupy form odpowiadają wszystkim leksemom w sjp.pl z pasującym hasłem.</p>
janek37 authored
2
{% for forms in odm_lexemes %}
janek37 authored
3
4
5
6
7
    <ul class="forms">
        {% for form in forms %}
            <li>{{ form }}</li>
        {% endfor %}
    </ul>
janek37 authored
8
{% endfor %}