{% extends "svnlit/base.html" %} {% load timesince %} {% block title %}{{ repository.label }}{{ node.path }}{% endblock %} {% block content %}
{% with to_node as node %}{% with to_revision as revision %}

{% include "svnlit/node_path.html" %}

{% endwith %}{% endwith %}

from {{ from_changeset }} to {{ to_changeset }}

{% include "svnlit/node_diff_data.html" %}

{{ form.non_field_errors }}
{{ form.from_path }} r {{ form.from_revision }}
{{ form.to_path }} r {{ form.to_revision }}
{% endblock %}