{% extends 'dashboard/base-dashboard.html' %} {% block content %}

Students

{% comment %} {% if students.count() is not 0 %} {% endcomment %} {% for student in students %} {% if student.risk == 'GREAT' %} {% elif student.risk == 'AT_RISK' %} {% else %} {% endif %} {% endfor %} {% comment %} {% else %}

You have no students.

{% endif %} {% endcomment %} {% endblock content %}
First Name Last Name Grade Classroom Risk Actions
{{ student.first_name }} {{ student.last_name }} {{ student.grade }} {{ student.classroom.name }} {{ student.risk }}AT RISK{{ student.risk }}