{% extends "mail/base.html" %} {% load static %} {% load compress %} {% load i18n %} {% load translations %} {% block extra_styles %} {% endblock %} {% block content %} {% if overlimit %}
{% trans "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 %}