{% extends 'blog/partials/base.html' %} {% block content %} {% load static %}
{{ activity_user.username }}'s avatar

{{ activity_user.first_name }} {{ activity_user.last_name }} @{{ activity_user.username }} {% if activity_user_profile.blinkie_url %} {{ activity_user_profile.blinkie_url }} {% endif %}

{% if activity_user_profile.bio %}

Bio: {{ activity_user_profile.bio|linebreaksbr }}

{% endif %} {% if activity_user_profile.location %}

Location: {{ activity_user_profile.location }}

{% endif %} {% if activity_user_profile.email_public %}

Email: {{ activity_user.email }}

{% endif %}
{% if activity_user_profile.is_public or request.user.username == activity_user.username %} {% if activity_recent_comments %}

Recent Comments

{% if not activity_user_profile.is_public and request.user.username == activity_user.username %}

Your profile is not public. Only you can see this information. If you want to change this, go to your account settings.

{% endif %} {% endif %} {% else %}

This user's profile is private.

{% endif %}
{% endblock %} {% block scripts%} {% include 'blog/partials/mathjax.html' %} {% endblock %}