{% extends 'index.html' %} {% block page_title %}Lectures{% endblock %} {% set active_page = 'lectures' -%} {% block page %}

Lectures

{% include 'student/_lecture_table.html' %} {% if current_user.has_level(g.Level.TEACHER) %} Add Lecture {% endif %} {% endblock %}