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

Note History



{% csrf_token %} {% for entry in history %}
{{ entry.current_editor }} {% if forloop.first %} commented {{ entry.time }} {% else %} made changes on {{ entry.time }} {% endif %}
{% if note.note_type != None %} Note type : {{ note.note_type }}
{% endif %} {{ entry.data }}
{% endfor %}
{% endblock %}