{% endif %}
{% if request.user.user_type == 'Mother_Organization_admin' %}
Skills
{% endif %}
{% if request.user.user_type == 'Sister_Organization_admin' %}
Skills
{% endif %}
{% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% endif %}
Skills
{% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% if 'department_add' in user_permission_list %}
{% endif %}
{% endif %}
{% if skill_list %}
{% comment %}
{% endcomment %}
SL No
Mother Organization
Sister Organization
Branch
Skill
Action
{% for skill in skill_list %}
{{forloop.counter}}
{{ skill.mother_organization }}
{{ skill.sister_organization }}
{{ skill.branch.name_en }}
{{ skill.name }}
{% if 'department_update' in user_permission_list or request.user.user_type == 'Sister_Organization_admin' or request.user.user_type == 'Mother_Organization_admin' or request.user.is_superuser == True %}
{% endif %}
{% if 'department_delete' in user_permission_list or request.user.user_type == 'Sister_Organization_admin' or request.user.user_type == 'Mother_Organization_admin' or request.user.is_superuser == True %}