{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Integration Settings" %}{% endblock %} {% block content %}
{% trans "Manage API keys, Webhooks, and external service configurations." %}
{% if search_query %} {% blocktrans %}We couldn't find any settings matching "{{ search_query }}". Please try a different term.{% endblocktrans %} {% else %} {% trans "You haven't added any integration settings yet. Get started by adding your first API key or configuration." %} {% endif %}
{% trans "Create First Setting" %}