{% extends "_base.html" %} {% load i18n %} {% load static %} {% load sort_tags %} {% block content %} {% get_current_language as LANGUAGE_CODE %}
| {% if is_archive %} {% if search_query %} {% translate "No archived contacts found with these filters." %} {% else %} {% translate "No contacts archived yet." %} {% endif %} {% else %} {% if search_query %} {% translate "No contacts found with these filters." %} {% else %} {% translate "No contacts available yet." %} {% endif %} {% endif %} |