{% if comments %} {% for comment in comments %}

{{ 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 %}
{% end %} {% else %}

{{ _("No comments so far.") }}

{% end %}