add message link to staff note signature notifications
This commit is contained in:
@@ -17,11 +17,14 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class='col'>
|
||||
<div class='input-group input-group-outline mb-3'>
|
||||
<p>Supervisor Signed:
|
||||
{{ note.supervisorSignDateTime|date("F j, Y h:i a") }}</p>
|
||||
<p>Case Worker Signed:
|
||||
{{ note.workerSignDatetime|date("F j, Y h:i a") }}</p>
|
||||
<div>
|
||||
<div>Supervisor:
|
||||
{{ note.supervisorSignDateTime|date("F j, Y h:i a") }}</div>
|
||||
<div>Case Worker:
|
||||
{% if note.workerSignDatetime %}
|
||||
{{ note.workerSignDatetime|date("F j, Y h:i a") }}{% else %}Unsigned
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='input-group input-group-outline mb-3'>
|
||||
|
Reference in New Issue
Block a user