{% extends 'base.html' %} {% load static i18n crispy_forms_tags %} {% block title %}{% trans "System Settings" %} - ATS{% endblock %} {% block customCSS %} {% endblock %} {% block content %}
{% trans "Integration Settings" %}

{% trans "Connect and manage external services like Zoom, email providers, and third-party tools." %}

{% trans "Go to Settings" %}
{% trans "Source & Sync Settings" %}

{% trans "Configure automated syncs with job boards and external talent databases (CRM)." %}

{% trans "Go to Settings" %}
{% trans "Staff & Access Settings" %}

{% trans "Manage user accounts, define roles, and control system permissions." %}

{% trans "Go to Settings" %}
{% trans "System Activity logs" %}

{% trans "Check the complete activity of your system here." %}

{% endblock %}