{% extends "admin.html" %} {% block headtitle %}Tutorials - {{ course }} - Administration - {{ block.super }}{% endblock %} {% block content %} {% if units %}
Tutorials
{{ course }}
Home
/
{{ course }}
/
Topics
Add Tutorial
{% for unit in units %} {% endfor %}
Enabled
Tutorial
{{ unit.enabled }}
{{ unit }}
Pages ({{ unit.get_pages.count }})
Self Assessment Qs ({{ unit.get_self_assessment_questions.count }})
Manage
{% if unit.enabled %}
Disable
{% else %}
Enable
{% endif %}
Preview
Edit
Delete
{% else %}
Topics for {{ course }}
You haven't added any topics yet
Add Topic
{% endif %} {% endblock %}