{% extends 'unfold/layouts/base_simple.html' %} {% load cache i18n unfold static %} {% block breadcrumbs %}{% endblock %} {% block title %} {% if subtitle %} {{ subtitle }} | {% endif %} {{ title }} | {{ site_title|default:_('Django site admin') }} {% endblock %} {% block branding %}

{{ site_header|default:_('Django administration') }}

{% endblock %} {% block content %} {{ block.super }}
{% component 'unfold/components/container.html' %}
{% component 'unfold/components/flex.html' with class='grid grid-cols-1 sm:grid-cols-2 gap-8 md:grid-cols-3 lg:grid-cols-4' %} {% for card in cards %} {% component 'unfold/components/card.html' with class='w-full cursor-pointer' %}

{{ card.title }}

{{ card.value }}

{% endcomponent %} {% endfor %} {% endcomponent %} {% endcomponent %}
{% endblock content %}