{% extends "base_app.html" %} {% block title %} Notebook Revisions - Codenode {% endblock %} {% block content %}

Notebook Revisions

‹‹ Back to the Notebook {% for current_audit_id, current_audit_ts, codediff, cells_list in revisions %} {% endfor %}
Revision Last Edited Recent Change Total Cells
Revert to #{{ forloop.revcounter}} {{ current_audit_ts|date:"M d, Y P" }} by {{ user }} {{ codediff|truncatewords:12 }} {{ cells_list|length }}
{% endblock %}