{% load i18n %} {% load permissions %} {% load translations %} {% perm 'unit.check' object as user_can_ignore_check %} {% perm 'source.edit' object as user_can_edit_source %} {% for check in checks %}
{{ check.get_description }}
{% with fixup=check.get_fixup_json %} {% if fixup %} {% trans "Fix string" %} {% endif %} {% endwith %} {% if user_can_ignore_check %} {% trans "Dismiss" %} {% if source and user_can_edit_source and check.language %} {% trans "Dismiss for all languages" %} {% endif %} {% endif %}