{{ package.title }}
{{ package.short_desc }}
{% if package_warning %} {{ package_warning }} {% endif %} {% for warning in package.content_warnings %} {{ warning.title }} {% endfor %} {% for t in package.tags %} {{ t.title }} {% endfor %}
{% if review_thread.private %}🔒{% endif %} {{ review_thread.title }}
{% if review_thread.private %}This thread is only visible to the package owner and users of Editor rank or above.
{% endif %} {% from "macros/threads.html" import render_thread %} {{ render_thread(review_thread, current_user) }} {% endif %}