{% extends "base.html" %} {% from "partials/css_helpers.html" import thread_status_badge %} {% block content %}
No threads found.
{% else %} {% for thread in page.results %}{{ thread.body_preview }}
{% endif %} {% if thread.participants | length > 0 %}