mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
test time fixes and bonus letter removal
This commit is contained in:
@@ -3,21 +3,11 @@
|
||||
{% if job.scheduled_for %}
|
||||
{% if job.processing_started %}
|
||||
Sent by {{ job.created_by.name }} on {{ job.processing_started|format_datetime_short }}
|
||||
{% if job.template.template_type == "letter" %}
|
||||
<p class="govuk-body" id="printing-info">
|
||||
{{ letter_print_day }}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
Uploaded by {{ job.created_by.name }} on {{ job.created_at|format_datetime_short }}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
Sent by {{ job.created_by.name }} on {{ job.created_at|format_datetime_short }}
|
||||
{% if job.template.template_type == "letter" %}
|
||||
<p class="govuk-body" id="printing-info">
|
||||
{{ letter_print_day }}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</p>
|
||||
{% if job.status == 'sending limits exceeded'%}
|
||||
|
||||
Reference in New Issue
Block a user