{% import 'allura:templates/jinja_master/lib.html' as lib with context %}
{% set size = value.parent and 32 or 48 %}
{{lib.gravatar(value.author(), size=size)}}
{{value.author().display_name}}
{{lib.abbr_date(value.timestamp)}}