{% load humanize %} {% load static %} {% load qa_tags %} {% block content %}
{% if request.user.is_authenticated %}
{% else %}
{% endif %}
{{profileData.user}}
{{profileData.title}}
  • Joined {{profileData.user.date_joined|naturaltime}}
  • {% if not profileData.is_high_moderator %}
  • Last Seen {{ online_user_activity.last_activity|naturaltime }}
  • {% endif %}
{% if request.user == profileData.user %} {% endif %}
Profile Activity {% if request.user == profileData.user %} Settings {% endif %}

Questions ({{questionsCount}})

{% for question in question_most_votes %} {% endfor %}
{{question.qupvote_set.count}}
{% for question in question_recent_activity %} {% endfor %}
{{question.qupvote_set.count}}
{% for question in question_newest %} {% endfor %}
{{question.qupvote_set.count}}
{% for question in question_most_views %} {% endfor %}
{{question.qupvote_set.count}}
{% for rep in reputations %} {% if rep.answer_O %} {% else %} {% endif %} {% endfor %}
{% if rep.inc_dec == "Increased" %}+{{rep.answer_rep_C}}{% else %}-{{rep.answer_rep_C}}{% endif %} {{rep.answer_O.body|truncatechars:70}}
{% if rep.inc_dec == "Increased" %}+{{rep.question_rep_C}}{% else %}-{{rep.question_rep_C}}{% endif %} {{rep.question_O.body|truncatechars:70}}

Answers ({{answersCount}})

{% if answersNewest %} {% for answer in answersNewest %} {% endfor %} {% else %}
{{answer.a_vote_ups.all.count}}
You have not answered any questions
{% endif %}
{% for answer in answersMostVotes %} {% endfor %}
{{answer.a_vote_ups.all.count}}
{% for answer in answersThr_Activity %} {% endfor %}
{{answer.a_vote_ups.all.count}}
{% for tag in tags %} {% endfor %}
___
×  {{tag.answeredOn}}

Bookmarks ({{countBookmarks}})

{% for question in bookmarks_votes %} {% endfor %}
{{question.bookmarked_question.qupvote_set.count}}
{% for question in bookmarks_activity %} {% endfor %}
{{question.bookmarked_question.qupvote_set.count}}
{% for question in bookmarks_newest %} {% endfor %}
{{question.bookmarked_question.qupvote_set.count}}
{% for question in bookmarks_views %} {% endfor %}
{{question.bookmarked_question.qupvote_set.count}}
Stack Overflow - Clone {{profileData.user|calculate_reputation}} rep {{profileData.user|calculateGoldBadges}} gold badges {{profileData.user|calculatSilvereBadges}} silver badges {{profileData.user|calculateBronzeBadges}} bronze badges
{% for bounty in bounties %}
+{{bounty.bounty_value}}
{% endfor %} You have no active bounties
all time   by type  
{{totalUpvotes}} up {{questionVotes}} question
{{totalDownVotes}} down {{answerVotes}} answer
{% if request.user.is_authenticated %} {% endif %}
 
{% endblock content %}