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

{{ question.explanation }}

by {{ question.user.hackerprofile.get_display_name }} on {{ question.created_dt }}
{% if user.is_answered and not question.is_answered and not nobuttons %}

Post a one-liner that answers this!

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