Files
notifications-admin/app/templates/partials/count.html
Beverly Nguyen a3db0a9fc0 first round
2025-01-06 16:31:52 -08:00

9 lines
184 B
HTML

{% from "components/pill.html" import pill %}
<div class="ajax-block-container">
<div class="tabs">
count
{{ pill(counts, request.args.get('status', '')) }}
</div>
</div>