{% comment %} Displays an unordered list of Creators/Roles. Expects: * roles - A list/QuerySet of Roles. * show_role_name - Display the role names, if any. Default: True. * heading - Optional text to use for the heading. If none, no heading is shown. {% endcomment %} {% if roles|length > 0 %} {% if heading %}

{{ heading }}

{% endif %} {% endif %}