{# -*- engine:django -*- #} {% extends "core/turnable.html" %} {% load i18n %} {% load render_table from django_tables2 %} {% block current_content %} {% render_table lessons_table %} {% endblock %}