{# subject_id - optional subject for thread subject_type - optional type of the subject for thread {% snippet 'comments/snippets/thread.html', subject_id=pkg.id, subject_type='package' %} #} {% set comments = h.comments_thread_for(subject_id, subject_type).comments or [] %} {% asset 'comments/comments-thread' %} {% asset 'comments/comments-thread-styles' %}
{% if comments %}

{{ _('Comments') }}

{% snippet 'comments/snippets/comments_list.html', comments=comments %} {% endif %} {% if h.check_access('comments_comment_create', {subject_id: subject_id, subject_type: subject_type}) %} {% snippet 'comments/snippets/comment_form.html', subject_id=subject_id, subject_type=subject_type %} {% endif %}