{% extends 'email_base.html' %} {% load account i18n %} {% load nc_base %} {% block title %} {% trans 'Instructions for'%} {% nc_chat_name %} {% trans 'widget installation' %} {% endblock %} {% block content %}

{% trans 'Please install the'%} {% nc_chat_name %} {% trans 'on my website' %}

{% blocktrans %} Put the following code before closing Body tag: {% endblocktrans %}

<script type="text/javascript" src="https://{% nc_domain 'widget' %}/widget/widget.js"></script> {% if message %} {% trans "Message from the site owner:" %} {{ message }} {% endif %} {% endblock %}