{% extends "sphene/sphboard/showThread.html" %} {% load sph_extras %} {% load sphquestions_extras %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block content %} {% with thread.sphquestions_ext.get as qext %} {{ block.super }} {% endwith %} {% endblock %} {% block post_body %} {{ block.super }} {% sphquestions_answervoting qext post %} {% endblock post_body %}