{% extends "base_dashboard.html" %} {% load gravatar %} {% load static %} {% load ratings %} {% block style %} {% endblock style %} {% block title %}User Profile - {{ user.username|title }}{% endblock %} {% block description %} View the profile of {{ user.username|title }}. Includes their activity, current tasks, and wallet balance. {% endblock %} {% block keywords %}user profile, activity, tasks, bug reports, wallet, follow, unfollow{% endblock %} {% block og_title %}User Profile - {{ user.username|title }}{% endblock %} {% block og_description %} Check out {{ user.username|title }}'s profile, including their activities, tasks, and wallet balance. {% endblock %} {% block content %}
{% include "includes/user_sidenav.html" %}

2450

Top Bug Reported

719

Total Bug Fixed

{% if user == request.user %}

{{ wallet.current_balance }} $

{% endif %}

Recent Activity

{% if activities %} {% for activity in activities %} {% endfor %} {% endif %}
Url Details Action
{{ activity.domain_name }}
Submitted a Bug Report {{ activity.created|timesince }} ago {{ activity.status }}
{% if activities %} View All Activity by {{ user.username }} {% else %}
No Activity Yet!
{% endif %}

Trading For Corelation With S & P - P/- Ration
2 Years
0.1 2:1
{% if user == request.user %} {% endif %} {% endblock content %}