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