{% load i18n %} {% load humanize %}
{% csrf_token %}
{{ answer.votes }} {% if answer.is_accepted and user == question.user %} {% elif answer.is_accepted %} {% elif user == question.user %} {% endif %}
{{ answer.user.profile.get_screen_name }} {% trans "answered" %} {{ answer.create_date|naturaltime }}
{{ answer.get_description_as_markdown|safe }}