{% load dashboards %} {% random_ms_delay as delay %} {% if component.is_deferred and htmx %}
{% include component.defer_loading_template_name %}
{% else %} {% if component.cta %}{% endif %}
{% include component.template_name %}
{% if component.cta %}
{% endif %} {% endif %}