{% load i18n %} {% if error %}
{{ error }}
{% elif endpoint %} {% if deferred %} {# Initial page load: fetch data asynchronously via HTMX #}
{% trans "Loading..." %}
{% else %} {# Subsequent renders (detail page preview) #} {% if endpoint.refresh_interval > 0 %}
{% else %}
{% endif %} {% include "netbox_custom_widget/widgets/custom_api_content.html" %}
{% endif %} {% else %}

{% trans "No endpoint configured." %}

{% endif %}