Files
notifications-admin/app/templates/partials/count.html
2024-03-26 16:06:13 -04: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>