{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}
{% if search %}

Showing: {{ page_result_count }} of {{ total_result_count }} result(s) {% else %}

{{ total_result_count }} record(s), {% endif %} page {{ page }} of {{ all_pages_count }}.

Jump to page number: {% if page > 1 and less %} {% endif %} {% if more %} {% endif %}

{% for student in students %} {% endfor %} {% if smalllist %} {% else %} {% endif %}
IdCohortLast NameFirst NameEmailStatusAccountBalance
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 %} {% endif %}
END OF Student LIST
{% if page > 1 and less %} {% endif %} {% if more %} {% else %} END OF Student LIST {% endif %}





Use this form to find student records. {% endblock %}