{% extends 'base.html' %} {% import 'common.macros' as macros %} {% block title %}Stackdump // {{ site.name }} // {{ result.question.title }}{% endblock %} {% block extrahead %} {% endblock %} {% block body %} {% set r = result %}
{{ r.question.score }}
vote{% if r.question.score != 1 %}s{% endif %}
{{ r.answers|length }}
answer{% if r.answers|length != 1 %}s{% endif %}
This question was closed by a moderator on {{ r.question.closedDate|format_datetime }}.
{{ a.score }}
vote{% if a.score != 1 %}s{% endif %}
There are no answers for this question :(
{% endif %}