{% 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 %}
{% translate 'Directory' %} / {% translate 'List of' context 'persons-breadcrumbs' %} {% blocktranslate count count=organisations_count %}{{count}} organisation{% plural %}{{count}} organisations{% endblocktranslate %} {% translate 'and' %} {% blocktranslate count count=contacts_count %}{{count}} contact{% plural %}{{count}} contacts{% endblocktranslate %}
{% endblock %}