Email to send

    {% for user in users %} {% endfor %}
    Username Supervisor
    {{user.username}} {{user.userprofile.supervisor}}

    {% for user, status in status.items %}
  • {{user.username}} {% if status.0 %}success{% else %}failed [{{status.1}}]{% endif %} ({{status.2}})
  • {% empty %}

    No emails sent.

    {% endfor %}