{% extends 'base.html' %} {% load tz %} {% get_current_timezone as TIME_ZONE %} {% timezone "US/Eastern" %} {% endtimezone %} {% block content %} Control-R: find a record || Control - P: go to previous matching record || Control - N: go to next matching record || Control - L: go back to list {% include "mainform.html" %}

{% include "transactions_view.html" %}

{% include "invoices_view.html" %}



{% csrf_token %}
{% csrf_token %}

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