diff --git a/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html b/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html index 82077e37c0fd..7957524e8ae2 100644 --- a/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html +++ b/openedx/core/djangoapps/notifications/templates/notifications/digest_header.html @@ -38,34 +38,26 @@ {% for update in email_digest_updates %} - -

- - - - - - - - - -
- {{update.count}} -
- {{update.title}} -
-

- - {% endfor %} + + + + + + + + + + +
+ {{update.count}} +
+ {{update.title}} +
+ + {% if forloop.counter|divisibleby:3 %} + + {% endif %} + {% endfor %}