{% load i18n %} {% if contact_list %} {% for contact in contact_list %}
  • {{ contact }}
    {% trans "Quick look" %}
  • {% endfor %} {% else %}
  • {% trans "There's no contact available." %}
  • {% endif %} {% if not has_more %} uieof {% endif %}