{% if current_user and (thread_can_edit or thread_can_update_metadata) %}
Edit
{% endif %}
{% if current_user and thread_can_delete %}
{% endif %}
{% extends "base.html" %} {% from "partials/css_helpers.html" import thread_kind_badge, thread_status_badge, thread_kind_accent %} {% block content %}
No replies in this view yet.
{% else %} {% for reply in replies %} {% include "repo/partials/thread_reply_item.html" %} {% endfor %} {% endif %}