{% load static %} {% comment %} Partial: partials/apps_list.html Htmx-only response — renders the full grid of app cards. Returned by AppsSelectorPartialView for hx-get requests. {% endcomment %} {% for item in apps %}
{% include 'lara_django_base/partials/app_card.html' %}
{% empty %}

No apps registered yet.

{% endfor %}