{% load humanize %}

{% if question.has_accepted_answer %} {% endif %} {{ question.title }}

Votes
{{ question.votes }}
Answers
{{ question.get_answers_count }}
Favorites
{{ question.favorites }}
{{ question.user.profile.get_screen_name }} asked {{ question.update_date|naturaltime }}
{{ question.get_description_preview_as_markdown|safe }}
{% if question.tags.names %}

{% for tag in question.tags.names %} {{ tag }} {% endfor %}

{% endif %}