* 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>
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
{% load ietf_filters %}{% autoescape off %}The following Internet-Draft will expire soon:
|
|
|
|
Name: {{ doc.name|clean_whitespace }}
|
|
Title: {{ doc.title}}
|
|
State: {{ state }}
|
|
Expires: {{ expiration }} (in {{ expiration|timeuntil }})
|
|
{% endautoescape %}
|