{% load static %} {% if title %} IPG-HRMS - {{ title|upper }} {% else %} IPG-HRMS {% endif %} {% block head %} {% endblock head %}
{% include 'main/header.html' %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %}{% endblock %}
{% if user_group == 'hr' %} {% endif %} {% if user_group == 'dep' %} {% endif %} {% if user_group == 'staff' %} {% endif %} {% if user_group == 'unit' %} {% endif %} {% if user_group == 'de' %} {% endif %} {% if user_group == 'deputy' %} {% endif %} {% block scripts %}{% endblock %}