{% extends "emails/body_base.html" %} {% load i18n %} {% block content %}

{% trans "Hi," %}

{% blocktrans trimmed with name=connector.title credit_left=connector.credit_left %} There are only {{ credit_left }} credits left for connector {{ name }}. {% endblocktrans %}

{% blocktrans trimmed with account=connector.account %} Please add more credit as soon as possible for your SMS Factor account. {% endblocktrans %}

{% with _("View connector page") as button_label %} {% include "emails/button-link.html" with url=connector_url label=button_label %} {% endwith %} {% endblock %}