{% 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 %}
| Url | Details | Action |
|---|---|---|
{{ activity.domain_name }} |
Submitted a Bug Report {{ activity.created|timesince }} ago | {{ activity.status }} |