{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL No | Mother Organization | Sister Organization | Branch | Type | Group | Shift | Date | Action |
---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ item.mother_organization }} | {{ item.sister_organization }} | {{ item.branch.name_en }} | {{ item.type }} | {{ item.group }} | {{ item.shift }} | {{ item.date|date:'Y-m-d' }} | {% if request.user.is_superuser == True or request.user.user_type == 'Mother_Organization_admin' %} {% comment %} {% elif item.date <= current_date %} {% endcomment %} {% else %} {% endif %} |