diff --git a/templates/index.mako b/templates/index.mako
index 742de0b..032dec0 100644
--- a/templates/index.mako
+++ b/templates/index.mako
@@ -163,15 +163,15 @@
% endif
+ % if result.action == "search":
+
+ % for source in result.sources:
+ - ${source.url | h}: ${round(source.confidence * 100, 1)}
+ % endfor
+
+ % endif
- % if result.confidence < T_POSSIBLE and query.action == "search":
- % if result.url:
- - Best match: ${result.url | urlstrip, h}.
- % else:
- - No matches found.
- % endif
- % endif
- % if result.url:
+ % if result.action == "compare":
- ${round(result.confidence * 100, 1)}% confidence of a violation.
% endif
% if query.redirected_from: