{% load static %} {% load humanize %} {% load qa_tags %} {% load crispy_forms_tags %} Review Flagged Comments - Stack Overflow - Clone

Flagged Comments

Approve, reject, or improve edits suggested by users.

about the Suggested edits queue.

{% if is_reviewed %} {% endif %} {% if actionWas %} {% endif %}
Review the following question edit
{% if data.question_comment %} {{data.question_comment.count_answers}} answer {% endif %}
{% if data.question_comment %} {{data.question_comment.calculate_viewers}} views {% endif %}
{% if data.question_comment %}
{{data.question_comment.title}}
{{data.question_comment.post_owner}}
{{data.question_comment.post_owner|calculate_reputation}} {{data.question_comment.post_owner|calculateGoldBadges}} gold badges {{data.question_comment.post_owner|calculatSilvereBadges}} silver badges {{data.question_comment.post_owner|calculateBronzeBadges}} bronze badges
Asked {{data.question_comment.date|naturaltime}}
{% else %}
{{data.answer_comment.body}}
{{data.answer_comment.answer_owner}}
{{data.answer_comment.answer_owner|calculate_reputation}} {{data.answer_comment.answer_owner|calculateGoldBadges}} gold badges {{data.answer_comment.answer_owner|calculatSilvereBadges}} silver badges {{data.answer_comment.answer_owner|calculateBronzeBadges}} bronze badges
Answered {{data.answer_comment.date|naturaltime}}
{% endif %}
{% if request.user in data.com_upvote.all %} {% else %} {% endif %}
{{data.comment}}
Commented {{data.date|naturaltime}}
{% if data.question_comment %}
{% if request.user == likepost.upvote_by_q %} {% else %} {% endif %}

{{data.question_comment.calculate_UpVote_DownVote}}

{% if request.user == likeDownpost.downvote_by_q %} {% else %} {% endif %}
{{data.question_comment.body}}


{% elif data.answer_comment %}
{% if user in data.answer_comment.a_vote_ups.all %} {% else %} {% endif %}

{{data.answer_comment.countAllTheVotes}}

{% if user in data.answer_comment.a_vote_downs.all %} {% else %} {% endif %}
{{data.answer_comment.body}}


{% endif %}
{% if is_reviewed == False %}
Actions
{% csrf_token %}
{% endif %} {% if is_reviewed == False %}
{% csrf_token %}
Actions
{% endif %}