datatracker/ietf/templates/notify_expirations/body.txt
Lars Eggert f8b48f4c43
fix: use Internet-Draft more consistently across the UI (#5104)
* s/Internet Draft/Internet-Draft/i

* s/draft/Internet-Draft/i or s/draft/I-D/i

* s/ID/I-D/

* Fix tests

* a -> an

* Undo case-change to ASCII

* Address code review comments

* Add migrations

* Add merged migration

* fix: straighten out migrations

* fix: finish straightening out migrations

---------

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-02-11 10:09:28 -06:00

8 lines
266 B
Plaintext

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