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

{{ title }} between {{ start_date|date }} and {{ end_date|date }}

This page presents a monthly report of your {{ facility_name }} {% if billing_service %} use and billing information. {% else %} use. {% 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 charges_projects %}
{% endif %} {% if not project_autocomplete %}
{% button type="save" submit=False onclick="$('#csv_export').val('');this.form.submit();" value="Update" icon="glyphicon-refresh" %} {% if not billing_service %} {% button style="margin-left: 15px" type="export" onclick="$('#csv_export').val('true');this.form.submit();" value="Export" %} {% else %} {% url "billing" as billing_url %} {% if billing_url not in request.path %} {% button style="margin-left: 15px" type="export" onclick="$('#csv_export').val('true');this.form.submit();" value="Export" %} {% endif %} {% endif %}
{% endif %}
{% if project_autocomplete and account_types %}
{% endif %} {% if project_autocomplete and project_types %}
{% endif %} {% if 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 %}
{% block usage_content %}{% endblock %} {% endblock %}