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

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

{% endblock %} {% block content %}

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

{{ object.about|linebreaks }} {% if object.person_set.all %}

People

{% endif %} {% 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 %}