mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-16 16:34:47 -05:00
completely mimicks the job status page, and as such, all the code and templates have been taken from the job page. This page performs exactly the same as the job page for now * total, sending, delivered, failed blue boxes (though they'll just read 0/1 for now. * download report button (same as with job download, except without job or row number in file) * removed references to scheduled * kept references to help (aka tour/tutorial) as that'll eventually change over from a job to a one-off too
6 lines
156 B
HTML
6 lines
156 B
HTML
{% from "components/pill.html" import pill %}
|
|
|
|
<div class="bottom-gutter ajax-block-container">
|
|
{{ pill(counts, request.args.get('status', '')) }}
|
|
</div>
|