{% extends "emails/base_email.html" %} {% block title %}New Contact Request{% endblock %} {% block content %}
Hello,
A new contact request was submitted on the site.
Name
{{ name }}
Phone
{{ phone }}
Address
{{ address }}
Message
{{ message }}
{% if portal_url %} {% endif %} {% endblock %} {% block footer_note %}This is an automated message from {{ brand_name|default:"Monica Dhillon" }}.{% endblock %}