{% extends "_base.html" %} {% load i18n %} {% load static %} {% block content %} {% get_current_language as LANGUAGE_CODE %}
{% translate "Name of related location" %} | {% translate "Area of responsibility" %} | {% translate "Name" %} | {% translate "E-Mail" %} | {% translate "Phone number" %} | {% translate "Mobile phone number" %} | {% translate "Website" %} | {% translate "Options" %} | |
---|---|---|---|---|---|---|---|---|
{% 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 %} |