{% extends 'emailupload/base.html' %} {% block title %}QuickSched: Confirm{% endblock %} {% load static %} {% block content %}

Are you sure you want to add these accounts?

{% if new_accounts %}

New Accounts

will be given a temporary password to complete their account creation

{% endif %} {% if returning_accounts %}

Returning Accounts

will be sent an email to return to QuickSched and update their accounts

{% endif %}
Confirm Cancel
{% endblock %}