{{ question.summary|capfirst }} {% if user == question.user %}{% if not question.is_published %}(Not published!){% endif %}{% endif %}

{{ question.explanation }}

by {{ question.user.hackerprofile.display_name|default:question.user.username }} on {{ question.created_dt }}
{% if user.is_authenticated and not question.is_answered %}

Post a one-liner that answers this!

{% endif %} {% block related %} {% endblock %}