{% extends 'index.html' %} {% block content %} {% load static i18n horillafilters basefilters%} {% general_section as general_section %} {% employee_section as employee_section %} {% attendance_section as attendance_section %} {% general_section_main as general_section_main %}

{% trans "Settings" %}

{% if general_section_main %}
{% endif %} {% if perms.base.view_department or perms.base.view_jobposition or perms.base.view_jobrole or perms.base.view_company %}
{% endif %} {% if "recruitment"|app_installed %} {% if perms.recruitment.view_recruitment or perms.recruitment.view_rejectreason or perms.recruitment.add_recruitment or perms.recruitment.add_linkedinaccount %}
{% endif %} {% endif %} {% if employee_section %}
{% endif %} {% if "attendance"|app_installed and attendance_section%}
{% endif %} {% if "leave"|app_installed %} {% if perms.leave.add_restrictleave or perms.attendance.view_attendancevalidationcondition %}
{% endif %} {% endif %} {% if "payroll"|app_installed and perms.payroll.view_payslipautogenerate %}
{% endif %} {% if "pms"|app_installed and perms.pms.add_bonuspointsetting %}
{% endif %} {% if "helpdesk"|app_installed %} {% if perms.helpdesk.view_departmentmanager or perms.helpdesk.view_tickettype or perms.helpdesk.view_tag %}
{% endif %} {% endif %} {% if "horilla_theme"|app_installed and perms.horilla_theme.view_horillacolortheme %}
{% endif %} {% if perms.horilla_backup.view_googledrivebackup or perms.recruitment.view_linkedinaccount or perms.horilla_ldap.add_ldapsettings or perms.horilla_ldap.update_ldapsettings or perms.horilla_meet.view_googlecloudcredential or perms.whatsapp.add_whatsappcredentials %}
    {% if perms.horilla_backup.view_googledrivebackup %}
  • {% trans "Gdrive Backup" %}
  • {% endif %} {% if perms.recruitment.view_linkedinaccount %}
  • {% trans "Linkedin" %}
  • {% endif %} {% if "horilla_ldap"|app_installed %} {% if perms.horilla_ldap.add_ldapsettings or perms.horilla_ldap.update_ldapsettings %}
  • {% trans "LDAP" %}
  • {% endif %} {% endif %} {% if "horilla_meet"|app_installed %} {% if perms.horilla_meet.view_googlecloudcredential %}
  • {% trans "Google Meet" %}
  • {% endif %} {% endif %} {% if "whatsapp"|app_installed %} {% if perms.whatsapp.add_whatsappcredentials %}
  • {% trans "Whatsapp" %}
  • {% endif %} {% endif %}
{% endif %}
{% block settings %} {% endblock settings %}
{% endblock content %}