mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-01 20:56:31 -04:00
8 lines
151 B
HTML
8 lines
151 B
HTML
{% from "components/pill.html" import pill %}
|
|
<div class='bottom-gutter ajax-block-container'>
|
|
{{ pill(
|
|
status_filters,
|
|
status
|
|
) }}
|
|
</div>
|