diff --git a/html/translate.html b/html/translate.html index 5d431529b..6bf89f785 100644 --- a/html/translate.html +++ b/html/translate.html @@ -24,15 +24,31 @@ {% trans "Source" %}{% trans "Translation" %} {% if unit.is_plural %} {% else %} -{{ unit.source }} +{{ unit.source }} {{ form.checksum }} {{ form.target }}
{{ form.fuzzy }} {% endif %} -{% trans "Location" %} -{{ unit.get_location_links }} +{% trans "Location" %} +{% trans "Suggestions" %} + +{{ unit.get_location_links }} + +{% with unit.suggestions as suggestions %} +{% if suggestions %} + +{% else %} +{% trans "There are no suggestions for this string." %} +{% endif %} +{% endwith %} + + {% trans "Flags" %} {{ unit.flags }}