Tickets

Complaints Reports List
{% if error %}

{{ error }}

{% endif %}
{% for error in form.startDate.errors %} {{ error }} {% endfor %} {% for error in form.endDate.errors %} {{ error }} {% endfor %}
{% for each_complaint in complaintsList %} {% if each_complaint.userName %} {% else %} {% endif %} {% if each_complaint.categoryName %} {% else %} {% endif %} {% if each_complaint.complaintTypeName %} {% else %} {% endif %} {% if each_complaint.subjectName %} {% else %} {% endif %} {% if each_complaint.complaintNumber %} {% else %} {% endif %} {% if each_complaint.transactionId %} {% else %} {% endif %} {% if each_complaint.createdOn %} {% else %} {% endif %} {% endfor %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == "success" %}

{{ message }}

{% elif category == "error" %}

{{ message }}

{% else %}

{{ message }}

{% endif %} {% endfor %} {% endif %} {% endwith %}
S.No Merchant Name Category Name Complaint Name Subject Name Complaint Number Transaction Id Complaint Date View
{{ snoCount + loop.index }}{{ each_complaint.userName }}-{{ each_complaint.categoryName }}-{{ each_complaint.complaintTypeName }}-{{ each_complaint.subjectName }}-{{ each_complaint.complaintNumber }}-{{ each_complaint.transactionId }}-{{ each_complaint.createdOn }}-
{% if not complaintsList %}
No Data Found
{% endif %}