{% extends "balafon/_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 %}
{% if entity.has_billing_address %} {% endif %}
{{ entity.get_address_fields|join:'
' }}
{{ entity.get_billing_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.relationship_date %} {% endif %} {% 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" }} {% if entity.last_modified_by %} {% trans "by" %} {{ entity.last_modified_by }} {% endif %}
{% trans "Type" %} {{entity.type}}
{% endblock %} {% block section_menu_name %} {% trans "Update" %}{% endblock %} {% block section_buttons %}
  • {% trans "Edit" %}
  • {% trans "Delete" %}
  • {% endblock %} {% block section_favorite %} {% favorite_item object=entity %} {% endblock %}