mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-21 08:29:27 -04:00
10 lines
166 B
HTML
10 lines
166 B
HTML
|
|
{% from "components/pill.html" import pill %}
|
||
|
|
|
||
|
|
<div class='bottom-gutter ajax-block-container'>
|
||
|
|
{{ pill(
|
||
|
|
'Status',
|
||
|
|
status_filters,
|
||
|
|
status
|
||
|
|
) }}
|
||
|
|
</div>
|