{% for wg in word_groups %}
{{ wg }}
{% endfor %}
{% for wgr in word_groups_rows %}
{% for w in wgr %} {% if w.strike %}
{{ w.text }}
{% else %}
{{ w.text }}
{% endif %} {% endfor %}
{% endfor %}