{% extends 'accounts/base.html' %} {% load static %} {% block title %}Profile - {{ profile_user.get_full_name|default:profile_user.username }} - {{ block.super }}{% endblock %} {% block content %}
{{ profile_user.username }}
{% if profile_user.userprofile.job_title %}{{ profile_user.userprofile.job_title }} {% if profile_user.userprofile.company %} at {{ profile_user.userprofile.company }} {% endif %}
{% endif %} {% if profile_user.userprofile.location_city or profile_user.userprofile.location_country %}{% if profile_user.userprofile.location_city %}{{ profile_user.userprofile.location_city }}{% endif %} {% if profile_user.userprofile.location_city and profile_user.userprofile.location_country %}, {% endif %} {% if profile_user.userprofile.location_country %}{{ profile_user.userprofile.location_country }}{% endif %}
{% endif %}Member since {{ profile_user.date_joined|date:"F Y" }}
{{ profile_user.bio|linebreaks }}
No additional information available
{% if user == profile_user %} Add Information {% endif %}{{ profile_user.userprofile.location_address }}
{% endif %}{% if profile_user.userprofile.location_city %}{{ profile_user.userprofile.location_city }}{% endif %} {% if profile_user.userprofile.location_city and profile_user.userprofile.location_state %}, {% endif %} {% if profile_user.userprofile.location_state %}{{ profile_user.userprofile.location_state }}{% endif %} {% if profile_user.userprofile.location_postal_code %} {{ profile_user.userprofile.location_postal_code }}{% endif %}
{% if profile_user.userprofile.location_country %}{{ profile_user.userprofile.location_country }}
{% endif %}