diff --git a/popmon/visualization/templates/core.html b/popmon/visualization/templates/core.html
index fafd0dfa..802b53f4 100644
--- a/popmon/visualization/templates/core.html
+++ b/popmon/visualization/templates/core.html
@@ -10,20 +10,22 @@
POPMON Report
-
-
+ {%- if online_report %}
+
+ {%- endif -%}
+
-
- {% include 'modal-popup.html' %}
- {% include 'header.html' %}
+ {%- include 'modal-popup.html' -%}
+ {%- include 'header.html' -%}
{{ sections }}
- {% include 'footer.html' %}
-
+ {%- include 'footer.html' -%}
-