{% translate 'Bandwidth Usage' %}
{% translate 'My Bandwidth Usage Details ' %}
{% translate 'This will show how much bandwidth is used. You can also see the monthly usage progress' %}
{% if form.errors %}
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}
{% for field in form %}
{% for error in field.errors %}
{{ error|escape }}
{% endfor %}
{% endfor %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% if message.tags == "success" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'Hosting Package' %}
{{userdata.package}}
{% translate 'Allowed Bandwidth' %}
{{bandwidth}}
{% translate 'Current Monthly Usage' %}
{{usage}}
{% translate 'Bandwidth Usage On' %} - {{month}}, {{year}} (MB)
{% translate 'Bandwidth Usage Summary' %} - {{year}} (MB)
{% translate 'Bandwidth Usage History ' %}
{% translate 'Sl.No' %} | {% translate 'Year' %} | {% translate 'Month' %} | {% translate 'Bandwidth Usage' %} |
---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Year' %} | {% translate 'Month' %} | {% translate 'Bandwidth Usage' %} |