{% if request.user == profileData.user %}
{% endif %}
{{countBounties}} Bounty{{countBounties|pluralize}}
{% for question in active_bounties %}
{% endfor %}
{{question.question_bounty.qupvote_set.all.count}}
{{question.question_bounty.date}}
{% for question in earned_bounties %}
{% endfor %}
{{question.question_bounty.qupvote_set.all.count}}
{{question.question_bounty.date}}