{% 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 }} and {{ end_date|date }}

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 pi_projects %}
{% endif %} {% if user.active_projects %}
{% endif %} {% if not project_autocomplete %}
{% button type="save" submit=False onclick="$('#csv_export').val('');this.form.submit();" value="Update" icon="glyphicon-refresh" %} {% button style="margin-left: 15px" type="export" onclick="$('#csv_export').val('true');this.form.submit();" value="Export" %}
{% endif %}
{% if project_autocomplete %}
{% button type="save" submit=False onclick="$('#csv_export').val('');this.form.submit();" value="Update" icon="glyphicon-refresh" %} {% if can_export %} {% button style="margin-left: 15px" type="export" onclick="$('#csv_export').val('true');this.form.submit();" value="Export" %} {% endif %}
{% endif %}
{% if not project_autocomplete or project_autocomplete and selection %} {% block usage_content %}{% endblock %} {% endif %} {% endblock %}