{% extends "issues/base.html" %} {% import "issues/common.html" as common with context %} {% set ckan_28 = True if h.ckan_version().startswith('2.8') else False %} {% block primary_content_inner %}
{{ h.gravatar(comment.user.email_hash, 30) }} {{ comment.user.fullname }} created comment {{ comment.title }}. {{ h.time_ago_from_timestamp(comment.created) }} {{ _('See dataset') }}
{{ comment.comment|safe }}