{{data.body|safe_markdown}}
{% if data.is_deleted %}
{% endif %}
{% if data.is_bountied %}
{% endif %}
{% if data.is_closed %}
{% endif %}
1
{% for tag in data.tags.all %}
{{tag}}
{% endfor %}
{% if show_new_contributer_message %}
{% endif %}
New contributor
{{data.post_owner}} is a new contributor Code of Conduct
{% for answer in answers %}
{% if request.user.is_authenticated %}
{% endif %}
{% endfor %}
{% if request.user.is_authenticated %}
{% endif %}
{% if answer.is_deleted %}
{% endif %}
5
{{answer.body|safe_markdown}}
-
{% for comment in answer.commentq_set.all %}
-
{{comment.comment}} {{comment.date}} ({{comment.date|naturaltime}})
{% endfor %}
{% if answers.has_other_pages %}
{% endif %}
{% for comment in getAllTheComments %}-
×
{{comment.comment}}
–
{{comment.commented_by}}
{{comment.date|naturaltime}}
{% endfor %}
Add Comment