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

{% trans "Invite" %}

{% blocktrans %} You are invited to become an agent of the company {% endblocktrans %} {{ user.company }}

{% blocktrans %} Click the button below to register {% endblocktrans %}

{% trans "Registration" %}

{% blocktrans %} If you do not understand what it was about, ignore this email {% endblocktrans %}

{% endblock %}