{% extends "im/account_base.html" %} {% load filters %} {% block page.body %}
{{ data }}
{{ data.remainingCredits|floatformat:2 }} credits remaining more info |
This month you are given {% with data|lookup:'bill_addcredits' as bill_addcredits %} {{ bill_addcredits.0.totalCredits|floatformat:0}} {% endwith %} new credits.

Billing statement for [ {{ today.month|month_name|upper }} {{ today.year }} ]

{% if data.bill|length %}

This page shows billing report for the period 1 {{ today.month|month_name }} {{ today.year }}- {{ month_last_day }} {{ today.month|month_name }} {{ today.year }}



Service Monthly Usage Charged Credits
Cyclades {% with data|lookup:'bill_vmtime' as bill_vmtime %} {% if bill_vmtime.0.totalCredits != '0.0' %}   {% endif%} {% endwith %} {% with data|lookup:'bill_vmtime' as bill_vmtime %} {{ bill_vmtime.0.totalUnits|floatformat:0}} Hr {% endwith %} {% with data|lookup:'bill_vmtime' as bill_vmtime %} {{ bill_vmtime.0.totalCredits|floatformat:2}} {% endwith %}
Pithos + {% with data|lookup:'bill_diskspace' as bill_diskspace %} {{ bill_diskspace.0.totalUnits|floatformat:0}} {{ bill_diskspace.0.unitName }} {% endwith %} {% with data|lookup:'bill_diskspace' as bill_diskspace %} {{ bill_diskspace.0.totalCredits|floatformat:2}} {% endwith %}
Total Credits   {{ data.deductedCredits|floatformat:2 }}
{% else %}

There is no billing statement for this month.

{% endif %}
{% csrf_token %}



You can download a detailed activity report in Comma Separated Value (CSV) format or as txt file for AUGUST 2012.
Download CSV, Download .txt

{% endblock %}