{% extends "mail/base.html" %} {% load humanize i18n translations %} {% block content %} {% include "mail/snippets/digest-overlimit.html" %} {% for summary in changes %} {% endfor %}
{% translate "Translation" %} {% translate "Strings with suggestions" %}
{{ summary.translation }} {{ summary.translation.stats.suggestions|intcomma }} {% translate "View" %}
{% endblock content %}