{% extends "group/group_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} {% load static %} {% block pagehead %} {% endblock %} {% block group_content %} {% origin %}

Group History

{% if can_add_comment %} Add comment {% endif %} {% for e in events %} {% endfor %}
Date By Action
{{ e.time|date:"Y-m-d"}} {{ e.by.plain_name }} {{ e.desc|format_history_text }}
{% endblock %} {% block js %} {% endblock %}