{% load i18n %} {% load permissions %} {% perm 'unit.check' project as user_can_ignore_check %} {% for check in checks %}
{% if user_can_ignore_check %} {% endif %} {{ check.get_check_display }}
{% endfor %}