{% 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 %}