mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-12 06:24:04 -05:00
8 lines
142 B
HTML
8 lines
142 B
HTML
{% from "components/pill.html" import pill %}
|
|
<div class='tabs ajax-block-container'>
|
|
{{ pill(
|
|
status_filters,
|
|
status
|
|
) }}
|
|
</div>
|