{% extends "sphene/sphboard/listCategories.html" %}
{% load sph_extras %}
{% load sphboard_extras %}
{% load i18n %}
{% block stylesheets %}
{{ block.super }}
{% endblock %}
{% block thread_list_subject %}
{% with thread.root_post.sphquestions_ext.get as qext %}
{% if qext.is_question %}
{% if qext.answered %}
{% ifequal qext.answered 3 %}
{% else %}
{% endifequal %}
{% else %}
{% endif %}
{% endif %}
{% endwith %}
{{ block.super }}
{% endblock %}
{% block below_thread_list %}