mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 03:08:56 -04:00
7 lines
241 B
HTML
7 lines
241 B
HTML
<div class="ajax-block-container">
|
|
<p class='heading-small bottom-gutter'>
|
|
Sent {% if notification.created_by %}by {{ notification.created_by.name }} {% endif %}
|
|
on {{ notification.created_at|format_datetime_short }}
|
|
</p>
|
|
</div>
|