{% extends 'base.html' %} {% load custom_tags_and_filters %} {% load static %} {% block title %}Usage and billing information{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
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.
{% if not project_autocomplete or project_autocomplete and selection %} {% block usage_content %}{% endblock %} {% endif %} {% endblock %}