diff --git a/Resources/views/Timeline/report_person_context.html.twig b/Resources/views/Timeline/report_person_context.html.twig
index d19559632..8dc83776f 100644
--- a/Resources/views/Timeline/report_person_context.html.twig
+++ b/Resources/views/Timeline/report_person_context.html.twig
@@ -1,4 +1,5 @@
+
{{ 'Report'|trans }}
{{ '%user% has filled a %report_label% report on %date%'|trans(
{
@@ -10,6 +11,8 @@
{% if custom_fields_in_summary|length > 0 %}
+
+
{% for field in custom_fields_in_summary %}
{% if field.type == 'title' %}
{{ chill_custom_field_widget(report.cFData, field) }}
@@ -18,6 +21,7 @@
- {{ chill_custom_field_widget(report.cFData, field) }}
{% endif %}
{% endfor %}
+
{% endif %}
\ No newline at end of file