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

{% trans "Hi,"%}

{% trans "Your billing plan has expired, if you want to continue using the service, please renew it using the following link:" %}

{{ billing_url }}

{% trans "This billing plan covers following projects:" %}

{% endblock %}