datatracker/ietf/templates/notify_expirations/body.txt

7 lines
256 B
Plaintext

{% load ietf_filters %}{% autoescape off %}The following draft will expire soon:
Filename: {{draft.filename}}
Title: {{draft.title|clean_whitespace}}
State: {{draft.idstate}}
Expires: {{expiration}} (in {{expiration|timeuntil}})
{% endautoescape %}