{% extends "svnlit/base.html" %} {% block title %}Compare{% endblock %} {% block content %}

View changes in {{ repository.label }}

{{ form.non_field_errors }}
{{ form.from_path }} r {{ form.from_revision }}
{{ form.to_path }} r {{ form.to_revision }}
{% if diff_data %} {% include "svnlit/node_diff_data.html" %} {% endif %} {% endblock %}