Blame view

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