{% extends 'creme_core/generics/view_entity.html' %} {% load i18n creme_ctype creme_query %} {% block global_buttons_container %} {% ctype_for_swappable 'PERSONS_CONTACT_MODEL' as contact_ctype %}{% query_entities_count ctype=contact_ctype user=user as contacts_count %} {% ctype_for_swappable 'PERSONS_ORGANISATION_MODEL' as orga_ctype %}{% query_entities_count ctype=orga_ctype user=user as organisations_count %}
{% endblock %}