{% extends "base.html" %} {% load projecttags %} {% load bootstrap %} {% block title %} {{ block.super }} - Grading Table {% endblock %} {% block content %}
{% csrf_token %}
Role (Flip)UserIDExists since
Surviving user{{ primary }} {{ primary.pk }}{{ primary.date_joined}}
Removed user{{ secondary }} {{ secondary.pk }}{{ secondary.date_joined}}

Data migrated

{% for subm in secondary.authored.all %} {% endfor %}
Submission IDLast ModificationCourse
{{ subm.pk }}{{ subm.modified }}{{ subm.assignment.course }}
Cancel
{% endblock %}