diff --git a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja index 667b66e7..88b56f41 100644 --- a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja +++ b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja @@ -184,21 +184,23 @@ {% endif %} {% if values.changed %} {% for attr in values['changed'] %} - - -

{{ attr.name }}

- - - {{ _("from") }}
- {{ attr.changes.value.0|linebreaksbr }} - - - - - {{ _("to") }}
- {{ attr.changes.value.1|linebreaksbr }} - - + {% if attr.changes.value%} + + +

{{ attr.name }}

+ + + {{ _("from") }}
+ {{ attr.changes.value.0|linebreaksbr }} + + + + + {{ _("to") }}
+ {{ attr.changes.value.1|linebreaksbr }} + + + {% endif %} {% endfor %} {% endif %} {% if values.deleted %}