You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="date">{% if not doc.rfc %}{{ doc.publication_date }}{% else %}{{ doc.publication_date|date:"Y-m" }}{% endif %}
44
44
{% if doc.publication_date|timesince_days|less_than:"14" %}<br/><spanstyle="padding:0 2px;background:yellow;font-size:85%;">{% if not doc.rfc%}<ahref="http://tools.ietf.org/rfcdiff?url2={{doc.id.draft_name_and_revision}}">new</a>{%else%}new{%endif%}</span>{%endif%}
45
45
{% if doc.id and doc.id.expected_expiration_date and doc.id.expected_expiration_date|timesince_days|greater_than:"-14" %}<br/><spanstyle="padding:0 2px;font-size:85%;background:yellow;">expires soon</span>{%endif%}
0 commit comments