{% extends 'blog/partials/base.html' %} {% block content %} {% load static %}
|
|
{{ activity_user.first_name }} {{ activity_user.last_name }}
@{{ activity_user.username }}
{% if activity_user_profile.blinkie_url %}
Bio: {{ activity_user_profile.bio }} {% endif %} {% if activity_user_profile.location %}Location: {{ activity_user_profile.location }} {% endif %} {% if activity_user_profile.email_public %}Email: {{ activity_user.email }} {% endif %} |
Your profile is not public. Only you can see this information. If you want to change this, go to your account settings.
{% endif %}{{ comment.body|safe }}
This user's profile is private.
{% endif %}