{% extends 'base_dashboard.html' %} {% block title %}Exam schedules — {{ site_settings.institute_name }}{% endblock %} {% block content %}

Exam schedules

Bookable slots at testing centers

Upcoming Add slot
{% if centers %}
{% endif %}
{% for slot in slots %} {% empty %} {% endfor %}
Center Date / time Program Seats Active
{{ slot.center.name }} {{ slot.label }} {{ slot.program.title|default:"Any" }} {{ slot.booked_count }} / {{ slot.capacity }} {% if slot.is_active %}Yes{% else %}No{% endif %} Edit
{% csrf_token %}
No schedule slots yet.
{% endblock %}