{% load i18n %}
{% if can_edit %} {% trans "EDIT" %}
{% endif %} {% for role_widget in role_widgets %}
{{ role_widget.heading }}
{{ role_widget.user_course_role.user.full_name }} {% trans "change owner" %}

{% endfor %}
{% csrf_token %}
{% include 'comments/comments_list.html' %} {% include 'comments/add_auth_comments.html' %}