{% with unit.active_source_checks as checks %}
{% if checks %}
{% trans "Failing checks" %}
{% include "list-checks.html" %}
{% endif %}
{% endwith %}
{% trans "User comments" %}
{% trans "You can share comments about source string for this translation with other translators and developers." %}
{% with unit.get_source_comments as comments %}
{% include "list-comments.html" %}
{% endwith %}
{% trans "New comment" %} |
{% if perms.trans.add_comment %}
{% else %}
{% trans "You are not allowed to add comments." %}
{% endif %}
|