{% extends "admin/cards/base.html" %}
{% block content %}
{# Metric: linked when link is provided, plain div otherwise #}
{% if metric is not none and link %}
{{ metric }}
{% elif metric is not none %}
{{ metric }}
{% endif %}
{# Text: 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 %}