{% extends 'django_cradmin/viewhelpers/listbuilder/base/itemvalue.django.html' %} {% load devilry_group_tags %} {% load devilry_core_tags %} {% load devilry_account_tags %} {% load cradmin_tags %} {% load crispy_forms_tags %} {% load i18n %} {% block content %}

({% trans me.group_comment.user_role %}) {% if me.group_comment.user == None %} {% devilry_group_comment_user_is_none %} {% else %} {% if me.group_comment.user_role == 'student'%} {{ me.get_display_name_html }} {% elif me.group_comment.user_role == 'examiner' %} {{ me.get_display_name_html }} {% else %} {{ me.get_display_name_html }} {% endif %} {% endif %} {% if me.group_comment|devilry_group_comment_published %} {{ me.group_comment|devilry_group_comment_published }} {% endif %}

{% include "devilry_group/include/groupcomment_edit_delete_option.html" %}
{% blocktrans with text=me.group_comment.text|devilry_group_markdown|safe %} {{text}} {% endblocktrans %}
{% for commentfile in me.group_comment.commentfile_set.all %} {{ commentfile.filename }} {% endfor %}
{% block details %} {% endblock details %} {% endblock content %}