#{{ thread.number }} {{ thread.title }}
{% if thread.priority == "now" %}
Now
{% endif %}
{{ thread.kind }}
{{ thread.status }}
{% extends "base.html" %} {% from "partials/css_helpers.html" import thread_status_badge %} {% block content %}
No threads found.
{% else %} {% for thread in page.results %}