{% extends "contacts/person/base.html" %} {% load i18n %} {% block title %}{{ block.super }}: {{ object }}{% endblock %} {% block content_title %}

{{ object }} {% if object.suffix %} {{ object.suffix }} {% endif %} {% if object.nickname %} ({{ object.nickname }}) {% endif %}

{% if object.title %}{{ object.title }}{% endif %} {% if object.title and object.company %}at{% endif %} {% if object.company %}{{ object.company }}{% endif %}

{% trans "Update" %} {% trans "Delete" %}

{% endblock %} {% block content %} {{ object.about|linebreaks }} {% include "contacts/_phone_number_list.html" %} {% include "contacts/_email_address_list.html" %} {% include "contacts/_instant_messenger_list.html" %} {% include "contacts/_street_address_list.html" %} {% include "contacts/_web_site_list.html" %} {% include "contacts/_special_date_list.html" %} {% include "contacts/_comment_list.html" %} {% endblock %}