{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %} {% if limit %}

Following billings are over limit:

{% endif %} {% if due %}

Following billings are past due date:

{% endif %} {% if toremove %}

Following billings are scheduled for removal:

{% endif %} {% if trial %}

Following trials are active:

{% endif %} {% endblock %}