{% if request.user == likepost.upvote_by_q %} {% else %} {% endif %} {% if request.user.profile.established_user_Priv == False %}
{{data.calculate_UpVote_DownVote}}
{% elif request.user.profile.established_user_Priv %}
{{data.calculate_UpVote_DownVote}}
{% endif %}
{% if request.user == likeDownpost.downvote_by_q %} {% else %} {% endif %}
{% if request.user == bookmarked_by_user.bookmarked_by %} {% else %} {% endif %}

{% if data.is_deleted %} {% endif %} {% if data.is_bountied %} {% endif %} {% if data.is_closed %} {% endif %}

{{data.body|safe_markdown}}

{% if canMakeAnotherEdit == True %} {% else %} {% endif %} {% if request.user.profile.accessTo_moderatorTools %} {% endif %} {% if request.user.profile.protect_questions %} {% if data.is_protected == False %}
{% endif %} {% endif %} {% if request.user.profile.set_bounties %} {% if data.is_bountied == False %} {% endif %} {% endif %} {% if request.user.profile.flag_posts %} {% endif %} {% if request.user.profile.cast_close_AND_Reopen_votes %} {% if data.is_closed == False %}
{% else %}
{% endif %} {% endif %} {% if request.user == data.post_owner %} {% if data.is_deleted %} {% else %} {% endif %} {% endif %}
{% csrf_token %}
{% if show_new_contributer_message %}
New contributor
{{data.post_owner}} is a new contributor Code of Conduct
{% endif %}
1
    {% for comment in getAllTheComments %}
  • {{comment.count_upvote}}
    {% if request.user in comment.com_upvote.all %} {% else %} {% endif %}
    {{comment.comment}} {{comment.date|naturaltime}}
  • {% endfor %}
{% if request.user.is_authenticated %} {% endif %}
Add Comment

{{data.answer_set.all.count}} Answer{{data.answer_set.all|pluralize}} 1

{% for answer in answers %}
{% if user in answer.a_vote_ups.all %} {% else %} {% endif %} {% if request.user.profile.established_user_Priv == False %}
{{answer.countAllTheVotes}}
{% elif request.user.profile.established_user_Priv %}
{{answer.countAllTheVotes}}
{% endif %}
{% if user in answer.a_vote_downs.all %} {% else %} {% endif %}
{% if request.user == data.post_owner %}
{% if answer.accepted %} {% else %} {% endif %}
{% endif %} {% if data.is_bountied %} {% if request.user == answer.answer_owner %}
{% if answer.is_bountied_awarded %} {% else %} {% endif %}
{% else %} {% if answer.is_bountied_awarded %} {% else %} {% endif %} {% endif %} {% endif %}

{% if answer.is_deleted %} {% endif %}

{{answer.body|safe_markdown}}

{% if request.user == answer.answer_owner %} {% if answer.is_deleted %} {% else %} {% endif %} {% endif %}
5
    {% for comment in answer.commentq_set.all %}
  • {{comment.count_upvote}}
    {% if request.user in comment.com_upvote.all %} {% else %} {% endif %}


    {{comment.comment}} {{comment.date}} ({{comment.date|naturaltime}})
  • {% endfor %}
{% if request.user.is_authenticated %} {% endif %}
Add Comment
{% endfor %}
{% if answers.has_other_pages %}
    {% if answers.has_previous %}
  • «
  • {% else %}
  • «
  • {% endif %} {% for i in answers.paginator.page_range %} {% if answers.number == i %}
    {{ i }}
    {% else %} {{ i }} {% endif %} {% endfor %} {% if users.has_next %}
  • »
  • {% else %}
  • »
  • {% endif %}
{% endif %}
{% if request.user.is_authenticated %}

Your Answer

{% csrf_token %}
{{ form.body }} {% if request.user.profile.create_wiki_posts %}
{% endif %}
{% endif %}