Files
notifications-admin/app/templates/partials/count.html
Beverly Nguyen 6d008d4e45 clean up
2025-01-13 15:54:04 -08:00

8 lines
174 B
HTML

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