Add expiration date and remaining days to reports template

This commit is contained in:
Andrew Croce 2018-09-19 10:54:09 -04:00
parent 9cc8ad75d2
commit 05d0028b3b

View File

@ -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>