{% extends 'base.html' %} {% block title %} Upload Bulk Students from file {% endblock title %} {% block content %}
Instruction

Please download the CSV file attached here. Fill in the sheet and upload the same file back to this page. DO NOT EDIT THE FIRST ROW

{% csrf_token %} {% include 'corecode/form_snippet.html' %}
{% endblock content %}