mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
more test fixes & letter trimming
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
{% from 'components/big-number.html' import big_number %}
|
||||
|
||||
<div class="govuk-grid-row bottom-gutter-2-3">
|
||||
<div class="govuk-grid-column-one-half">
|
||||
<div class="keyline-block">
|
||||
{{ big_number(
|
||||
job.notification_count,
|
||||
job.notification_count|message_count_label('letter', suffix='')|capitalize,
|
||||
smaller=True
|
||||
)}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="govuk-grid-column-one-half">
|
||||
<div class="keyline-block">
|
||||
{{ big_number(
|
||||
job.letter_timings.earliest_delivery|string|format_date_short,
|
||||
'Estimated delivery date',
|
||||
smaller=True
|
||||
)}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user