{% extends "mail/base.html" %} {% load i18n 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 %} {% if inactive_recurring %}

{% translate "Following billings have recurring payment scheduled for automatic disablement due to inactivity:" %}

{% endif %} {% endblock content %}