{% if user.user_type.user_permission.hr_department_team_registration_edit == 1 or user.user_type.user_permission.hr_department_team_registration_delete == 1 %}
{% if user.user_type.user_permission.hr_department_team_registration_edit == 1 or user.user_type.user_permission.hr_department_team_registration_delete == 1 %}
{% if user.user_type.user_permission.hr_department_team_registration_edit == 1 %}
{% endif %}
{% if user.user_type.user_permission.hr_department_team_registration_delete == 1 %}
{% endif %}
{% endif %}
{% endfor %}
Delete Team
{% for message in messages %}
{% endfor %}
{% endblock %}