{% extends "mail/base.html" %} {% load compress i18n static translations %} {% block extra_styles %} {% endblock extra_styles %} {% block content %} {% if overlimit %}

{% translate "Note: This digest has been truncated as there were over 100 notifications." %}

{% endif %} {% include "last-changes-content.html" with in_email=True last_changes=changes %} {% endblock content %}