{% extends 'email_base.html' %} {% load i18n %} {% load nc_base %} {% block title %} invite title {% endblock %} {% block content %}

{% trans "Trial warning" %}

{% trans "The trial will end in" %} {{ days }} {% trans "days" %}

{% trans "Company" %}: {{ company }}

{% endblock %}