{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}
{% trans "Hi,"%}
{% blocktrans %}There is a new suggestion to evaluate on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% trans "Source string:" %} | {% format_translation unit.source unit.translation.component.project.source_language %} |
---|---|
{% trans "Suggestion:" %} | {% format_translation suggestion.target unit.translation.language unit.translation.plural %} |
{% trans "Translation change:" %} | {% format_translation suggestion.target unit.translation.language unit.translation.plural unit.target %} |
{% trans "You can review it at:" %}
{% include "mail/footer.html" %} {% endblock %}