{% extends 'long_email_base.html' %} {% load account %} {% load i18n %} {% load nc_base %} {% user_display user as user_display %} {% block title %} invite title {% endblock %} {% block content %}

{% trans "Welcome to the" %} {% nc_chat_name %}

{% trans "You have registered your company website" %} {{user.company}}

{% trans "To activate your account " %}{{user.email}},{% trans " click the button below" %}

{% trans "If you did not register a website, ignore this email" %}

{% trans "Try out extraordinary features" %}

{% trans "Sales through chat" %}

{% blocktrans %} You can suggest a product to your customer, and sell this product in the chat {% endblocktrans %}

{% trans "Form constructor" %}

{% blocktrans %} Custom forms for main actions such as payment or shipping address {% endblocktrans %}

{% trans "Live tracking" %}

{% blocktrans %} You can see what the customer sees and highlight the needed area in his browser {% endblocktrans %}

{% trans "Do it first" %}

{% blocktrans %} To begin working - copy your personal code and paste it into the ‹body› of every page of your website {% endblocktrans %}

{% endblock %}