{% load humanize i18n static humanize %} {% load thumbnail %}

{{ question.count_answers }}

{% trans 'Answers' %}

{{ question.total_votes }}

{% trans 'Votes' %}

{{ question.title }}

{{ question.get_markdown|safe|truncatechars:100 }}

{% trans 'Asked' %} {{ question.timestamp|naturaltime }} {% trans 'by' %} {{ question.user.get_profile_name|title }} {% if question.tags.names %}

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

{% endif %}