Add expiration date and remaining days to reports template
This commit is contained in:
parent
9cc8ad75d2
commit
05d0028b3b
@ -63,12 +63,17 @@
|
||||
<dl>
|
||||
<div>
|
||||
<dt>Expires</dt>
|
||||
<dd>November 1, 2019</dd>
|
||||
<dd>
|
||||
<local-datetime
|
||||
timestamp='{{ expiration_date }}'
|
||||
format='MMMM D, YYYY'>
|
||||
</local-datetime>
|
||||
</dd>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<dt>Remaining</dt>
|
||||
<dd>200 days</dd>
|
||||
<dd>{{ remaining_days }} days</dd>
|
||||
</div>
|
||||
</dl>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user