{% extends "base.html" %} {% block content %}

Manage Topics

Create New Topic
{% for topic in topics %} {% endfor %}
Title Created Date Student Progress Actions
{{ topic.title }} {{ topic.created_at.strftime('%Y-%m-%d') }}
{{ topic.completed_students }}/{{ topic.total_students }} students completed
{% endblock %} {% block extra_js %} {% endblock %}