{% 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 %}

{{totalBookmarks}} Bookmark{{totalBookmarks|pluralize}}

{% for bkms_question in mostVotes_bookmarks %}
{{bkms_question.bookmarked_question.calculate_UpVote_DownVote}}
votes
{{bkms_question.bookmarked_question.count_answers}}
answer
{{bkms_question.bookmarked_question.calculate_viewers}}
views

{{bkms_question.bookmarked_question.title}}

{% for tag in bkms_question.bookmarked_question.tags.all %} {% endfor %}
{{bkms_question.bookmarked_question.date}} {{bkms_question.bookmarked_question.post_owner}} {{bkms_question.bookmarked_question.post_owner|calculate_reputation}}
{% endfor %}
{% for bkms_question in activity_bookmarks %}
{{bkms_question.bookmarked_question.calculate_UpVote_DownVote}}
votes
{{bkms_question.bookmarked_question.count_answers}}
answer
{{bkms_question.bookmarked_question.calculate_viewers}}
views

{{bkms_question.bookmarked_question.title}}

{% for tag in bkms_question.bookmarked_question.tags.all %} {% endfor %}
{{bkms_question.bookmarked_question.date}} {{bkms_question.bookmarked_question.post_owner}} {{bkms_question.bookmarked_question.post_owner|calculate_reputation}}
{% endfor %}
{% for bkms_question in newest_bookmarks %}
{{bkms_question.bookmarked_question.calculate_UpVote_DownVote}}
votes
{{bkms_question.bookmarked_question.count_answers}}
answer
{{bkms_question.bookmarked_question.calculate_viewers}}
views

{{bkms_question.bookmarked_question.title}}

{% for tag in bkms_question.bookmarked_question.tags.all %} {% endfor %}
{{bkms_question.bookmarked_question.date}} {{bkms_question.bookmarked_question.post_owner}} {{bkms_question.bookmarked_question.post_owner|calculate_reputation}}
{% endfor %}
{% for bkms_question in views_bookmarks %}
{{bkms_question.bookmarked_question.calculate_UpVote_DownVote}}
votes
{{bkms_question.bookmarked_question.count_answers}}
answer
{{bkms_question.bookmarked_question.calculate_viewers}}
views

{{bkms_question.bookmarked_question.title}}

{% for tag in bkms_question.bookmarked_question.tags.all %} {% endfor %}
{{bkms_question.bookmarked_question.date}} {{bkms_question.bookmarked_question.post_owner}} {{bkms_question.bookmarked_question.post_owner|calculate_reputation}}
{% endfor %}
{% if request.user.is_authenticated %} {% endif %}
 
{% endblock content %}