{% load i18n material_form django_tables2 %}
{% trans "Lesson filter" %}
{% form form=filter_form %}{% endform %}
{% if table %}
{% csrf_token %}
{% trans "Lesson table" %}
{% if action_form %}
{% form form=action_form %}{% endform %}
{% endif %}
{% render_table table %}
{% endif %}