{% extends "admin/cards/base.html" %} {% block content %} {% if metric is not none %}
{{ metric }}
{% endif %} {% if link %} {{ text }} {% elif text %}
{{ text }}
{% endif %} {% endblock %}