{% include 'msg.html' %}

Filter Controls

Use the filter to restrict the selection of words
{% crispy filter.form filter.form.helper %}

Word selection list

Press a word to add it to the practice list
{% render_table table "table_with_colgroup.html" %}
{% if practice %}

Practice selection list

Press a word to remove it from the practice list
{% render_table practice "table_with_colgroup.html"%}
{% endif %}