{% from "components/big-number.html" import big_number %} {% from "components/pill.html" import pill %}
{% if notifications_deleted %}
{% for label, query_param, url, count in counts %}
{{ big_number(count, label, smaller=True) }}
{% endfor %}
{% else %}
{{ pill(counts, request.args.get('status', '')) }}
{% endif %}