mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Replace iteration count macro with formatters
We prefer formatters now. Removing uses of the aliasing macro lets remove it entirely.
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
{% macro message_count_label(count, template_type, suffix='sent') -%}
|
||||
{{ count|message_count_noun(template_type) }} {{ suffix }}
|
||||
{%- endmacro %}
|
||||
|
||||
{% macro iteration_count(count) -%}
|
||||
{{ count|iteration_count }}
|
||||
{% endmacro %}
|
||||
|
||||
Reference in New Issue
Block a user