{% extends "editor/units/edit.html" %} {% load i18n store_tags cleanhtml cache locale %} {% get_current_language as LANGUAGE_CODE %} {% cache 0 unit_edit unit.id unit.mtime cantranslate cansuggest canreview report_target altsrcs user.id LANGUAGE_CODE %} {% block suggestion_comment %} {% if sugg.translator_comment %}
{% trans "Comment: " %}{{ sugg.translator_comment }}
{% endif %} {% endblock %} {% endcache %}