{# Inline Entity Creation Component #} {# Searchable dropdown with "+ Create New" button #}
{# Label #} {% if label %} {% endif %}
{# Hidden input for form submission #} {# Main select container (shown when not in create mode) #}
{# Search input (shown when open or nothing selected) #} {# Selected value display #} {# Clear button #} {# Chevron icon (when nothing selected) #}
{# Dropdown #}
{# Loading state #}
Buscando...
{# Options list #} {# No results #}
No se encontraron resultados.
{# Divider #}
{# Create new button #}
{# Create form panel (slide-over style) #}
{# Create form header #}

Crear

{# Create form body #}
{# Error message #}
{# Loading state for form #}

Cargando formulario...

{# Dynamic form container #}
{# Default inline form (when createFormHtml is not loaded via AJAX) #}
{% csrf_token %} {# Default name field #}
{# Form actions #}
{% if help_text %}

{{ help_text }}

{% endif %}