{% if request.user == profileData.user %}
{% endif %}
{{countallVotes}} Vote{{countallVotes|pluralize}} cast
|
{% if post.upvote_by_q %}{{post.date}}{% elif post.downvote_by_q %}{{post.date}}{% elif post.question_to_closing %}{{post.date}}{% elif post.question_to_opening %}{{post.date_opening}}{% elif post.answer_owner %}{{post.date}}-{% endif %}
|
{% if post.upvote_by_q %}upvote-{% elif post.downvote_by_q %}downvote-{% elif post.question_to_closing %}vote to close{% elif post.question_to_opening %}vote to reopen{% elif post.answer_owner %}vote on answer-{% endif %} | {% if post.upvote_by_q %}{{post.upvote_question_of.title}} | {% elif post.downvote_by_q %}{{post.downvote_question_of.title}} | {% elif post.question_to_closing %}{{post.question_to_closing.title}} | {% elif post.question_to_opening %}{{post.question_to_opening.title}} | {% elif post.answer_owner %}{{post.body|truncatechars:80}} | {% endif %}