{% extends 'website/base.html' %} {% load url from future %} {% load fiber_tags thumbnail breadcrumb_tags %} {% block breadcrumb %} {{ block.super }} {% add_crumb 'Tim IM' 'website:team' %} {% if is_preview %} {% add_crumb 'Member Detail' %} {% else %} {% add_crumb profile.get_full_name 'website:employees:detail' profile.slug %} {% endif %} {% endblock %} {% block title %}{{ profile.first_name }} {{ profile.last_name }}{% endblock %} {% block bodyclass %}profile-detail{% endblock %} {% block content %}

{% show_content 'Team header' %}

{% show_content 'Team header description' %}

{{ profile.first_name }} {{ profile.middle_name }} {{ profile.last_name }} {% if profile.nick_name %}({{profile.nick_name}}){% endif %}

{{ extended_profile.position }}
{{ extended_profile.description|safe }}

Connect

{% if posts %}

Blog

{% endif %}

« Kembali ke Tim ODP
{% endblock %}