{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Support List

{% csrf_token %} {{filter_form.action}}
{% if support_list %}
{% for item in support_list %} {% if item.support_type == 'bug'%} {% elif item.support_type == 'query'%} {% elif item.support_type == 'new_request'%} {% elif item.support_type == 'change_request'%} {% endif %} {% if item.status == 'pending'%} {% elif item.status == 'acknowledged'%} {% elif item.status == 'processing'%} {% elif item.status == 'testing'%} {% elif item.status == 'completed'%} {% elif item.status == 'closed'%} {% endif %} {% endfor %}
SL Branch Subject Contact Type Status Ex Delivery Date Comment Action
{{ forloop.counter }} {{ item.branch.name_en }} {{ item.subject }} {{ item.contact_no }}BugQueryNew RequestChange Request{{ item.status }}{{ item.status }}{{ item.status }} {{ item.status }}{{ item.status }}{{ item.status }} {{ item.expected_delivery_date }} {{ item.odelltech_comment }}
  • {% comment %}
  • {% endcomment %} {% if item.status == 'pending' or request.user.is_superuser == True %}
{% endif %}
{% else %}
SL Mother Organization Sister Organization Branch Subject Type Created By Action
No Data Found
{% endif%} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% comment %} {% endcomment %} {% endblock JS %}