{% extends "index.html" %} {% block load_widgets %} {% url 'ai_workspace_contacts' type='widget' as contacts_widget_url %} {% include "partials/workspace-widget-loader.html" with widget_url=contacts_widget_url %} {% if selected_person_id %} {% url 'ai_workspace_person' type='widget' person_id=selected_person_id as person_widget_url %} {% include "partials/workspace-widget-loader.html" with widget_url=person_widget_url trigger_delay="250ms" %} {% endif %} {% endblock %}