{% extends "base.html" %} {% load gravatar %} {% load static %} {% block title %} {{ user.username }}'s Profile {% endblock title %} {% block description %} Explore the detailed profile of {{ user.username }}. View their activity, reported bugs, social tags, badges, and other profile information. {% endblock description %} {% block keywords %} {{ user.username }}'s Profile, User Activity, Reported Bugs, Social Tags, Badges, User Details, User Profile {% endblock keywords %} {% block og_title %} {{ user.username }}'s Profile - User Activity and Details {% endblock og_title %} {% block og_description %} Access {{ user.username }}'s profile to see detailed information on their activity, bugs reported, social tags, badges, and more. Engage with their profile and stay connected. {% endblock og_description %} {% load custom_tags %} {% load i18n %} {% block head %} {% endblock head %} {% block content %} {% include "includes/sidenav.html" %}
{% trans "Role" %}:
{{ user.userprofile.role }}
{{ activity.created|timesince }} ago.
{{ website.total }}
Bug{{ website.total|pluralize }}
Awarded: {{ user_badge.awarded_at|date:"M d, Y" }}
{% if user_badge.reason %}Reason: "{{ user_badge.reason }}"
{% endif %}{% trans "No badges awarded yet!" %}
{% endfor %}Awarded: {{ user_badge.awarded_at|date:"M d, Y" }}
{% if user_badge.reason %}Reason: "{{ user_badge.reason }}"
{% endif %}No badges awarded yet.
{% endfor %}
|
|
{% else %}
|
{% endif %}
{{ user.username }} |
|
|
{% else %}
|
{% endif %}
{{ user.username }} |
|
{% if k.sender.userprofile.avatar %}
|
{{ k.sender.username }} | {{ k.timestamp }} | {% if k.link %}Link | {% endif %} {% if k.comment %}
{{ k.comment }}
|
{% endif %}