{% if tables and tables|length > 1 %} {% endif %} {% 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 %}
{{ gender.symbol }}: {% if pronunciations %} [{{ pronunciations|join:"/"|safe }}]{% if gender_qualifiers %};{% endif %} {% endif %} {{ gender_qualifiers|join:" " }} {# copypasta #} {% if patterns|length == 1 %} {{ patterns.0.name }} {% else %} {% for p in patterns %} {{ p.name }} {% if not forloop.last %}/{% endif %} {% endfor %} {% endif %}
1 %}class="data-c"{% endif %}>
    {% for entry in cell.forms %}
  • {{ entry.form|safe }} {% for q in entry.qualifiers %} {{ q.label }} {% endfor %}
  • {% endfor %}
1 and cell.css_class == 'data' %} class="data-c" {% else %}class="{{ cell.css_class }}"{% endif %}>
    {% for label in cell.label %}
  • {{ label|safe }}
  • {% endfor %}