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

6 lines
156 B
HTML
Raw Normal View History

{% from "components/pill.html" import pill %}
<div class="bottom-gutter ajax-block-container">
{{ pill(counts, request.args.get('status', '')) }}
</div>