{% if user.user_type.user_permission.hr_department_team_registration_add == 1 %}
Team Registration
{% endif %}
All Team
{% if user.user_type.user_permission.hr_department_vendor_registration_add == 1 %}
Vendor Registration
{% endif %}
All Vendors
{{ by_department|json_script:"dept-data" }}
{% for message in messages %}
{% endfor %}
{% endblock %}