{% macro role_row(grant) %}
{{ grant['entity'] }}
{{ granted_by }}
{{ grant['granted_by'] }}
{% if grant.get('comment') %}
Comment
{{ grant['comment'] }}
{% endif %}
{% endmacro %}