{% extends 'creme_core/generics/view_entity.html' %} {% load i18n creme_ctype creme_query %} {% block global_buttons_container %} {% query_entities_count ctype='PERSONS_CONTACT_MODEL'|ctype_for_swappable user=user as contacts_count %} {% query_entities_count ctype='PERSONS_ORGANISATION_MODEL'|ctype_for_swappable 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 %}