Format 1000s properly on returned letters pages

Our style is to comma-separate numbers in the 1000s for easier reading.
This commit is contained in:
Chris Hill-Scott
2021-08-12 13:58:56 +01:00
parent bb414ee3b9
commit db0738ac39
3 changed files with 21 additions and 8 deletions

View File

@@ -51,7 +51,7 @@
{% endcall %}
{% if more_than_one_page %}
<p class="table-show-more-link">
Only showing the first {{ page_size }} of {{ count_of_returned_letters }} rows
Only showing the first {{ page_size }} of {{ count_of_returned_letters|format_thousands }} rows
</p>
{% endif %}
</div>