Files
notifications-admin/app/templates/partials/count.html
T

6 lines
156 B
HTML
Raw Normal View History

2016-06-08 16:34:26 +01:00
{% from "components/pill.html" import pill %}
2016-04-27 09:28:42 +01:00
<div class="bottom-gutter ajax-block-container">
2017-02-14 14:21:36 +00:00
{{ pill(counts, request.args.get('status', '')) }}
2016-04-27 09:28:42 +01:00
</div>