{% load admin_tags %}
{% if association.excluded %}
Excluding {{ association.excluded }} {{ association|present_excluded}}
from the results.
{% endif %}
{% if association.excluded|add:association.showing < association.total %}
Showing {{ association.showing }} out of {{ association.total }} total entries.
{% endif %}
To view all entries, visit the {{ type|display_list_type }} tab in navigation.
{{ association|show_more_exception_message }}