| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/erp/base/templates/base/ |
Upload File : |
{% extends 'settings.html' %} {% block settings %}{% load i18n %} {% load horillafilters %}
{% if perms.base.change_announcementexpire %}
{% include "announcement/expiry_day.html" %}
{% endif %}
{% if perms.base.view_dynamicpagination %}
{% include "base/dynamic_pagination/pagination_settings.html" %}
{% endif %}
{% if perms.horilla_audit.view_accountblockunblock %}
{% include "base/audit_tag/employee_account_block_unblock.html" %}
{% endif %}
{% if "offboarding"|app_installed and perms.offboarding.change_offboardinggeneralsetting %}
{% include "offboarding/settings/settings.html" %}
{% endif %}
{% if "attendance"|app_installed and perms.attendance.change_attendancegeneralsetting %}
{% include "attendance/settings/settings.html" %}
{% endif %}
{% if "payroll"|app_installed and perms.payroll.change_payrollgeneralsetting %}
{% include "payroll/settings/settings.html" %}
{% endif %}
{% if perms.employee.change_employeegeneralsetting %}
{% include "settings/settings.html" %}
{% endif %}
{% if "payroll"|app_installed %}
{% if perms.payroll.change_encashmentgeneralsetting %}
{% include "settings/encashment_settings.html" %}
{% endif %}
{% endif %}
{% if perms.base.view_historytrackingfields %}
{% include "base/audit_tag/history_tracking_fields.html" %}
{% endif %}
{% if "payroll"|app_installed and perms.payroll.view_payrollsettings %}
{% include "payroll/settings/payroll_settings.html" %}
{% endif %}
{% endblock settings %}