mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-11 05:42:00 -04:00
9 lines
152 B
HTML
9 lines
152 B
HTML
|
|
{% from "components/pill.html" import pill %}
|
||
|
|
|
||
|
|
<div class='bottom-gutter ajax-block-container'>
|
||
|
|
{{ pill(
|
||
|
|
status_filters,
|
||
|
|
status
|
||
|
|
) }}
|
||
|
|
</div>
|