{% extends "core/base.html" %} {% load bootstrap4 i18n font_awesome %} {% load render_table from django_tables2 %} {% block page_title %}{% blocktrans %}Lessons{% endblocktrans %}{% endblock %} {% block content %}

{{ day }}

{% fa 'arrow-left' %} {% fa 'arrow-right' %}
{% render_table lessons_table %} {% endblock %}