{% extends 'layout.html' %} {% set page_action = 'log' %} {% set title = 'View Diff' %} {% block contents %} {% if not error %}
Below you can see the differences between the revision from {{ old_revision.time }} and the revision from {{ new_revision.time }} in unified diff format.
{{ diff|join('') }}{% else %}
{{ error }}
{% endif %} {% endblock %}