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

{% trans "Edit" %} {{ object.name }}

{% endblock %} {% block content %}
{% csrf_token %}

{{ form.name }}

{% include "contacts/_phone_number_form.html" %} {% include "contacts/_email_address_form.html" %} {% include "contacts/_instant_messenger_form.html" %} {% include "contacts/_web_site_form.html" %} {% include "contacts/_street_address_form.html" %} {% include "contacts/_special_date_form.html" %}

{% endblock %}