{% extends 'cubane/enquiry/mail/base.html' %} {% block content %}
We received the following information from a visitor of your website:
Field | Provided Value |
---|---|
{{ field.title }} |
{% if field.list %}
{% for item in field.value %}
{{ item }}{% if not forloop.last %}, {% endif %} {% endfor %} {% else %} {{ field.value }} {% endif %} |