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

8 lines
174 B
HTML

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