diff --git a/templates/web/report/ajax_data_content.html.twig b/templates/web/report/ajax_data_content.html.twig
index e9dad19e6d..ba32969cc8 100644
--- a/templates/web/report/ajax_data_content.html.twig
+++ b/templates/web/report/ajax_data_content.html.twig
@@ -29,7 +29,7 @@
var riid = $(this).html();
var new_a = $(this).html('');
$(this).before(riid);
- $(this).attr('rel', '{{ app.path('report_infomations_document') }}').cluetip({
+ $(this).attr('rel', '{{ path('report_infomations_document') }}').cluetip({
width: 600,
ajaxCache: true,
arrows: true,
diff --git a/templates/web/report/ajax_report_content.html.twig b/templates/web/report/ajax_report_content.html.twig
index 06bcb5aed1..da4a3d26dd 100644
--- a/templates/web/report/ajax_report_content.html.twig
+++ b/templates/web/report/ajax_report_content.html.twig
@@ -30,8 +30,8 @@
-
-
+
+
diff --git a/templates/web/report/generate_tab.html.twig b/templates/web/report/generate_tab.html.twig
index 796589945b..ca4e798e0b 100644
--- a/templates/web/report/generate_tab.html.twig
+++ b/templates/web/report/generate_tab.html.twig
@@ -18,7 +18,7 @@
{% endif %}
{% if result.csv %}
-