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

{% trans "Hi,"%}

{% if limit %}

Following billings are over limit:

{% endif %} {% if due %}

Following billings are past due date:

{% endif %} {% endblock %}