{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if request.user.is_superuser == True %}
SL | {% if request.user.user_type == 'Regular' or request.user.user_type == 'Branch'%}Mother organization | Sister organization | Branch | {% endif %}Date | Description |
---|---|---|---|---|---|
{{ forloop.counter }} | {% if request.user.user_type == 'Regular' or request.user.user_type == 'Branch'%}{{item.mother_organization}} | {{item.sister_organization}} | {{item.branch}} | {% endif %}{{item.date}} | {{item.description}} |