Add Comment

Git commit identifiers referencing commits in the AUR package repository and URLs are converted to links automatically. Markdown syntax is partially supported.

Latest Comments

{% for comment in comments %}

{% set commentTimestamp = comment.CommentTS | dt | as_timezone(timezone) %} {{ comment.User.Username }} commented on {{ "%s" | tr | format(commentTimestamp.strftime("%Y-%m-%d %H:%M")) }} {% if request.user.is_authenticated() and pkgbase.Maintainer.Username == request.user.Username %}
Edit comment {% endif %}

{{ comment.Comments }}

{% endfor %}