{% comment %} Copyright The IETF Trust 2011, All Rights Reserved {% endcomment %} {% load ietf_filters %} {% for c in history %} {% if c.is_rev %} {% endif %} {% if c.is_com %} {% endif %} {% endfor %}
DateVersionByText
{{ c.date|date:"Y-m-d" }}{{ c.info.version }} (System) New version available: charter-ietf-{{ c.group.acronym }}-{{ c.charter.rev }} {% if c.prev_charter %}(diff from -{{ c.prev_charter.rev }}){% endif %}{{ c.info.version }} {{ c.info.by|escape }} {% if c.comment.ballot %} [Ballot {{ c.comment.get_ballot_display }}]
{% endif %} {% if c.info.snipped %}
{{ c.info.textSnippet|safe }}
[show all] {% else %} {{ c.info.text|fill:"80"|safe|urlize|linebreaksbr|keep_spacing|sanitize_html|safe }} {% endif %}