{% 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 %} {% format_last_changes_content last_changes=changes user=user in_email=True %} {% endblock content %}