{% extends 'cPanel/base.html' %} {% load cms_tags %} {% block content %}
{% follow_enq enq.id as followup %}

Enquiry Detail

{% if enq.email %} {% endif %}
{{enq.name}} {{enq.createdOn|date:'d M,Y'}}
{% if enq.contact %} {{enq.contact}} {% endif %}
{% if enq.email %} {{enq.email}} {% endif %}
{% if enq.message %}

{{enq.message}}

{% endif %}
{% csrf_token %}

Follow Up

{% for item in followup %}

{{item.enqCreatedOn |date:'d M,y'}}
{% if item.remarks %}

{% endif %}
{% endfor %}
{% endblock content %}