{{ incorrect_settings }} student(s) have incorrect settings
{{ correct_settings }} student(s) have correct settings
{% if errorLog is defined %} {% for error in errorLog %}

{{ error }}

{% endfor %} {% endif %} {% for user in users %} {% if user.incorrect_settings %}

{{ user.Username }}

{% if user.Graders == "None" %} {% for graders in expected.grader_usernames %} {% endfor %} {% else %} {% for graders in expected.grader_usernames %} {% if graders not in user.Graders %} {% endif %} {% if user.Graders[graders] is defined %} {% if user.Graders[graders] != expected_grader_access %} {% endif %} {% else %} {% endif %} {% endfor %} {% endif %} {% if user.Project == "NOT ~ user.Project ~" %} {% endif %} {% if user.Sub_group_access != expected_sub_access %} {% endif %} {% if user.Visibility == "public" or user.Visibility == "" %} {% endif %}
Setting Actual Expected
Grader {{ graders.grader_usernames }}
Grader {{ graders }}
Grader {{ graders }}
Grader Access {{ user.Graders[graders] }} {{ expected_grader_access }}
Grader Access {{ expected_grader_access }}
Project {{ user.Project }} {{ expected_project }}
Sub Group Access {{ user.Sub_group_access }} {{ expected_sub_access }}
Visibility {{ user.Visibility }} private
{% endif %} {% endfor %}