diff --git a/templates/eth1tx.html b/templates/eth1tx.html
index bf6ec3c3cf..6081c20706 100644
--- a/templates/eth1tx.html
+++ b/templates/eth1tx.html
@@ -409,13 +409,15 @@
{{ range $index, $tx := .InternalTxns }}
-
- {{ .TracePath }} |
- {{ .From }} |
- {{ .To }} |
- {{ .Amount }} |
- {{ .Gas.Limit }} |
-
+ {{ if not .Advanced }}
+
+ {{ .TracePath }} |
+ {{ .From }} |
+ {{ .To }} |
+ {{ .Amount }} |
+ {{ .Gas.Limit }} |
+
+ {{ end }}
{{ end }}