{% extends "sentry/groups/details.html" %} {% load i18n %} {% load sentry_helpers %} {% block inner %} {% paginate comments from request as comment_list per_page 25 %} {% if comment_list.objects %} {{ comment_list.paging }}
{% if comment.author.get_full_name %}{{ comment.author.get_full_name }}{% else %}{{ comment.author.username }}{% endif %}
{{comment.message|urlize|linebreaks}}