{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}

{% blocktrans with user=user.username %}There is a new suggestion to evaluate on {{ translation }} at {{ site_title }} by {{ user }}.{% endblocktrans %}

{% include "mail/snippets/source-string.html" %}

{% trans "Suggestion" %}

{% format_translation suggestion.target unit.translation.language unit.translation.plural %} {% if unit.translated %}

{% trans "Translation change" %}

{% format_translation suggestion.target unit.translation.language unit.translation.plural unit.target %} {% endif %}
{% trans "Edit this string" %}
{% endblock %}