{% extends "base.html" %} {% load static i18n %} {% load thumbnail %} {% block title %}{{ object.username }}{% endblock %} {% block head %} {% endblock head %} {% block content %}
{% endthumbnail %}
{{ object.get_profile_name|title }}
{{ object.email }}
{% if object.job_title %}
{{ object.job_title }}
{% endif %}
{% if object.location %}
{{ object.location }}
{% endif %}
{{ object.bio }}