{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% if employee_list %}
{% if request.user.user_type == 'Branch' %}
-
{% if 'employee_add' in user_permission_list %}
{% endif %}
{% endif %}
{% if request.user.user_type == 'Regular' %}
-
{% if 'employee_add' in user_permission_list %}
{% endif %}
{% endif %}
{% if employee_list %}
{% endif %}
{% endif %}
{% endblock MainContent %}
{% block meassage %}
{% include 'notifications/notifications.html' %}
{% endblock meassage %}
{% block JS %}
{% endblock JS %}