{% extends "karaage/common/profile_base.html" %} {% load karaage_tags %} {% load forms %}{% load filters %} {% block title %}Personal Details - My profile{% endblock %} {% block profile_title %}Personal Details{% endblock %} {% block profile_content %}

Personal

{% if person.telephone %}{% endif %} {% if person.mobile %}{% endif %} {% if person.fax %}{% endif %} {% if person.address %}{% endif %}
Username:{{ person.username }}
Email:{{ person.email|urlize }}
Position:{{ person.position|default:"" }}
Department:{{ person.department|default:"" }}
Institutes: {{ person.institute }}
{% for institute in person.institutes.all %}{{institute}} {% if not forloop.last %}, {% endif %} {% endfor %}
Phone:{{ person.telephone|default:"" }}
Mobile:{{ person.mobile|default:"" }}
Fax:{{ person.fax }}
Address:{{ person.address|linebreaksbr|default:"" }}
{% if person.is_delegate %}

Institute Stats

{{ person.institute }} users | {{ person.institute }} projects

{% endif %} {% for_each_app_include "profile_personal_detail_extra.html" %} {% endblock %}