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

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

This page presents a monthly report of your NanoFab usage and billing information. Approved adjustments are reflected in the Billing information data but not 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 %}