{% extends 'base.html' %} {% load custom_tags_and_filters %} {% load static %} {% block title %}Usage{% if billing_service %} and billing information{% endif %}{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Usage{% if billing_service %} and billing information{% endif %} between {{ start_date|date:"F jS, Y" }} and {{ end_date|date:"F jS, Y" }}

This page presents a monthly report of your {{ facility_name }} usage{% if billing_service %} and billing information{% endif %}. Approved adjustments are{% if not billing_service %} not{% endif %} reflected{% if billing_service %} in the billing information data but not{% endif %} in the usage data.

or from
to
{% if not project_autocomplete %}
{% endif %}
{% if project_autocomplete %}
{% endif %}
{% if not project_autocomplete or project_autocomplete and selection %} {% block usage_content %}{% endblock %} {% endif %} {% endblock %}