+ {{#if (and this.showWarning @allowingExpiration this.canDismiss)}}
+
+ Session will expire
+
+ We've stopped auto-renewing your token due to inactivity. It will expire in
+ {{date-from-now @expirationDate}}
+ on
+ {{date-format @expirationDate "MMMM do yyyy, h:mm:ss a O"}}.
+
+
+
+
+ {{/if}}
+ {{yield}}
+
+