{% 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 %}
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.
{% if not project_autocomplete or project_autocomplete and selection %} {% block usage_content %}{% endblock %} {% endif %} {% endblock %}