{% 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" %}