{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}
{% if search %}
Showing: {{ page_result_count }} of {{ total_result_count }} result(s)
{% else %}
|
Jump to page number: | {% if page > 1 and less %} {% endif %} {% if more %} {% endif %} |
Id | Cohort | Last Name | First Name | Status | Account | Balance | ||
---|---|---|---|---|---|---|---|---|
Id {{student.id}} | {{student.cohort}} | {{student.last_name}} | {{student.first_name}} | {{student.email_addr}} | {{student.status}} | {{student.paystatus}} | {{student.balance|floatformat:2}} |
{% if student.flag > 0 %}
![]() |
END OF Student LIST | ||||||||
{% if page > 1 and less %} {% endif %} {% if more %} {% else %} END OF Student LIST {% endif %} |