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