{% extends 'base.html' %} {% load custom_tags_and_filters %} {% load static %} {% block title %}{{ title }}{% endblock %} {% block extrahead %} {% endblock %} {% block content %} {% url 'user_usage' as usage_url %} {% url 'staff_usage' as staff_usage_url %} {% url 'project_usage' as project_usage_url %} {% url 'billing' as billing_url %} {% url 'project_billing' as project_billing_url %}
This page presents a monthly report of your {{ facility_name }} use {% 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.