{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL No | Employee | Subject | Causes Date | Ans Date | Status | Action | ||
---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ show_causes.employee.name_en }} | {{ show_causes.subject }} | {% if show_causes.status == 'answered' %}{{show_causes.ans_date}} | {% elif show_causes.status != 'answered' %}Not Ans | {% endif %}{{show_causes.date_time}} | {% if show_causes.status == 'answered' %}{{show_causes.status}} | {% elif show_causes.status != 'answered' %}{{show_causes.status}} | {% endif %}