{% extends 'base_dashboard.html' %} {% block title %}Practical review queue{% endblock %} {% block content %}

Practical review queue

Approve practicals before certificates are issued for technical tracks.

{{ pending_count }} pending
Pending Needs revision Approved Rejected All
{% for s in submissions %} {% empty %} {% endfor %}
Candidate Course Type Submitted Status
{{ s.user.get_display_name }}
{{ s.user.email }}
{{ s.course.title }} {{ s.get_submission_type_display }} {{ s.submitted_at|date:"d M Y H:i" }} {{ s.get_status_display }} Review
No submissions in this filter.
{% if page_obj.has_other_pages %} {% endif %} {% endblock %}