mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 11:18:25 -04:00
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:
@@ -1,5 +1,4 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from 'components/message-count-label.html' import message_count_label %}
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
|
||||
{% block service_page_title %}
|
||||
@@ -16,7 +15,7 @@
|
||||
{% if notifications %}
|
||||
|
||||
<p class='govuk-body'>
|
||||
{{ total|format_thousands}} {{ message_count_label(total, 'letter', suffix='') }}
|
||||
{{ total|message_count('letter') }}
|
||||
</p>
|
||||
|
||||
<p class='govuk-body'>
|
||||
|
||||
Reference in New Issue
Block a user