{% extends "base.html" %} {% load humanize %} {% load static from staticfiles %} {% block content %}

Note History



{% csrf_token %} {% for entry in history %}
{{ entry.current_editor }} {% if forloop.first %} commented {{ entry.time }} {% else %} made changes on {{ entry.time }} {% endif %}
{{ entry.data }}
{% endfor %}
{% endblock %}