{% extends 'cubane/ishop/mail/base.html' %} {% block content %}

Contact Information

We received the following information from a visitor of your website:

{% for field in fields %} {% endfor %}
Field Provided Value
{{ field.title }} {% if field.list %} {% for item in field.value %} {{ item }}{% if not forloop.last %}, {% endif %}
{% endfor %} {% else %} {{ field.value }} {% endif %}
{% endblock %} {% block signature %} Regards,

InnerShed Ltd. {% endblock %} {% block email_reason %} You're recieving this email because someone has used the contact us page on your website in order to send you an enquiry. {% endblock %}