{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}
User {{ user }} has just created new trial of {{ billing.plan }} plan, it will expire on {{ billing.expiry }}.
Review billing on: {{ billing.get_absolute_url }}
{% endblock %}