{% extends "./template.html" %} {% block content %} {% load static %}
{% csrf_token %}

Email

{% csrf_token %} {{ email_form.media }}
{{ email_form.organisation_email }} {% if destination == "organisation" %} Click here to remove organisation from email list {% endif %}
{{ email_form.to_email }}
{{ email_form.cc_email }}
{{ email_form.bcc_email }}
{{ email_form.email_subject }}
{{ email_form.email_content }}
{{ email_form.is_private }}
{% if destination == 'quote' %}
{{ email_form.email_quote }}
{{ email_form.quote_template_description }}
{% endif %}
{% if destination == "customer" %} Cancel Email {% elif destination == 'organisation' %} Cancel Email {% elif destination == 'task' %} Cancel Email {% elif destination == 'quote' %} Cancel Email {% elif destination == 'project' %} Cancel Email {% else %} Cancel Email {% endif %}
{% endblock %}