{% extends "admin/cards/base.html" %} {% block content %} {# Metric: oversize tabular-num typography. Linked when a link is provided. #} {% set metric_classes = "block text-3xl font-semibold leading-tight tracking-tight tabular-nums text-foreground" %} {% if metric is not none and link %} {{ metric }} {% elif metric is not none %}
{{ metric }}
{% endif %} {# Text: small caption, linked only when there's no metric to carry the link. #} {% if text and link and metric is none %} {{ text }} {% elif text and not link %}
{{ text }}
{% endif %} {% endblock %}