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