|
@@ -54,6 +54,7 @@ def compare_document(request, pk, other_pk):
|
|
|
'breadcrumbs': breadcrumbs,
|
|
|
'document': doc,
|
|
|
'other_document': other_doc,
|
|
|
+ 'other_documents': Document.objects.exclude(pk=doc.pk),
|
|
|
'deltas': doc.compare(other_doc),
|
|
|
}
|
|
|
return render(request, 'costs/document_compare.html', context)
|