{% for row in table %} {% for cell in row %} {% if cell.type != 'span' %} {% if cell.type == 'empty' %} {% else %} {% if cell.type == 'forms' %} {% else %} {% endif %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ inflection_characteristic.entry }}
    {% for entry in cell.forms %}
  • {{ entry.form }} {% for q in entry.qualifiers %} {{ q.label }} {% endfor %}
  • {% endfor %}
    {% for label in cell.label %}
  • {{ label|safe }}
  • {% endfor %}