Replace message count macros with formatters

We prefer formatters now. Removing uses of the aliasing macro lets
remove it entirely.
This commit is contained in:
Chris Hill-Scott
2021-01-06 13:41:16 +00:00
parent 0327ece7ad
commit 24b579418f
34 changed files with 36 additions and 77 deletions

View File

@@ -1,3 +1 @@
{% macro message_count_label(count, template_type, suffix='sent') -%}
{{ count|message_count_noun(template_type) }} {{ suffix }}
{%- endmacro %}