Add Comment

{{ "Git commit identifiers referencing commits in the AUR package" " repository and URLs are converted to links automatically." | tr }} {{ "%sMarkdown Syntax%s is partially supported." | tr | format('', '') | safe }}

{{ "Latest Comments" | tr }}

{% for comment in comments %}

{% set commented_at = comment.CommentTS | dt | as_timezone(timezone) %} {% set view_account_info = 'View account information for %s' | tr | format(comment.User.Username) %} {{ "%s commented on %s" | tr | format( '%s' | format( comment.User.Username, view_account_info, comment.User.Username ), '%s' | format( comment.ID, commented_at.strftime("%Y-%m-%d %H:%M") ) ) | safe }} {% if is_maintainer %}
Edit comment {% endif %}

{{ comment.RenderedComment | safe }}

{% endfor %}