{% extends 'sales/base.html' %} {% load static %} {% load paginate %} {% block extralinks %} {% load thumbnail %} {% endblock %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}
{% csrf_token %}
Send Mail
{% csrf_token %}
Personalization tags

The following tags can be used on both Plain text or HTML. Add these tags to customize the email template, these tags will be replaced with the associated contact details while the mails are sent.

  • Name: {% templatetag openvariable %} name {% templatetag closevariable %}
  • Email: {% templatetag openvariable %} email {% templatetag closevariable %}
Cancel
{% endblock %} {% block js_block %} {% endblock js_block %}