{{ "Comments for %s%s%s" | tr | format('' | format(username), username, "") | safe }}
{{ "Commented on package %s%s%s on %s%s%s" | tr | format( '' | format(comment.PackageBase.Name), comment.PackageBase.Name, "", '' | format( username, comment.ID ), commented_at.strftime("%Y-%m-%d %H:%M"), "" ) | safe }} {% if comment.Editor %} {% set edited_on = comment.EditedTS | dt | as_timezone(timezone) %} ({{ "edited on %s by %s" | tr | format(edited_on.strftime('%Y-%m-%d %H:%M'), '%s' | format( comment.Editor.Username, comment.Editor.Username)) | safe }}) {% endif %} {% include "partials/comment_actions.html" %}
{% include "partials/comment_content.html" %} {% endif %} {% endfor %}