{% extends "sanza/_bs_section.html" %} {% load i18n thumbnail favorite_tags %} {% block section_header_extra_class %}main-section-header{% endblock %} {% block section_title %}
{{entity.name}}
{{entity.description}}
{% endblock %} {% block section_data %}
{{entity.get_address_fields|join:'
'}}
{{entity.email}}
{{entity.phone}}
{% if entity.website %}{{entity.website}}{% endif %}
{{entity.fax}}
{{entity.notes|linebreaksbr|default:" "}}
{% include "Crm/_entity_groups.html" %} {% with entity.get_custom_fields as custom_fields %} {% if custom_fields %} {% include "Crm/_custom_fields.html" with instance=entity model="entity" %} {% endif %} {% endwith %}
{% if entity.type %} {% endif %}
{% trans "Relationship" %} {{entity.relationship_date|date:"d/m/Y"}}
{% trans "ADD_DT" %} {{entity.created|date:"d/m/Y"}}
{% trans "UPD_DT" %} {{entity.modified|date:"d/m/Y"}}
{% trans "Type" %} {{entity.type}}
{% endblock %} {% block section_buttons %}
  • {% trans "Edit" %}
  • {% trans "Delete" %}
  • {% endblock %} {% block section_favorite %} {% favorite_item object=entity %} {% endblock %}