{% extends 'cPanel/base.html' %} {% load cms_tags %} {% block content %}

Follow up

{% follow_up_list as enqObj %} {% if enqObj %} {% for enq in enqObj %} {% endfor %}
Enquiry By Assign To Assign date Remarks
{{enq.enquiry}}  {% if enq.assignTo %}{{enq.assignTo}}{% endif %} {{enq.enqCreatedOn |date:'d,M,Y'}} {% if enq.remarks %}{{enq.remarks}}{% endif %}
{% else %}

No Record Found

{% endif %}
{% endblock content %}