{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

Engrade Sync Setup

Courses synced: {{ course_count }}
Teachers synced: {{ teacher_count }}
Engrade School ID: {{ school_id }}
Engrade API status: {% if engrade_sync %} Online {% else %} Offline! Either Engrade is down or something is broken! {% endif %}
{% if msg %}

{{ msg }}

{% endif %}
Generate Courses in Engrade for Marking Period Be careful, this cannot be undone without manually deleting Engrade courses.
{{ course_form }}

Generate All Teacher's Engrade Accounts Requires teacher exists in Faculty and have email set.

Generate All Student's Engrade Accounts Will send an email to students, you should run this about once per year. Student's email highly recommended. Will only create accounts for students

Sync Teacher Grades with Engrade Sync selected teacher grades from Engrade to SWoRD. Will overwrite current SWoRD grades.
{{ grade_sync_form.as_p }}
{% endblock %}