{{ comment.text }}
{% if show_package %} {{ _("on %s") % comment.pkg.friendly_name }} - {% end %} {% if show_user %} {{ _("by %s") % comment.user.realname }} - {% end %} {{ locale.format_date(comment.time_created) }} {% if comment.time_updated %} _("Updated") {{ locale.format_date(comment.time_updated) }} {% end %}{{ _("No comments so far.") }}
{% end %}