mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
8 lines
174 B
HTML
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>
|