{% extends 'base.html' %} {% load compress %} {% load i18n %} {% load i18n sizeformat %} {% block title %}{% trans "Usage Costs" %}{% endblock %} {% block css %} {% include "_stylesheets.html" %} {% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Usage Costs") %} {% endblock page_header %} {% block main %}

Disclaimer: This is an estimate for your usage within the current region, not your final invoice. It includes the free router and network discount. All costs are in New Zealand dollars and are exclusive of GST.

{% trans "Month to date" %}

{{table.render}}

{% trans "Usage cost history" %}

Usage Details

Resource ID
Resource Name
Volume
Unit
Rate
Cost
{% endblock %}