{% 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 %} Answered (Voted by the author) {% else %} Answered (Voted by a user) {% endifequal %} {% else %} Unanswered question {% endif %} {% endif %} {% endwith %} {{ block.super }} {% endblock %} {% block below_thread_list %} {% endblock %}