{% load i18n %} {% if contact_list %} {% for contact in contact_list %}
  • {{ contact }}
    {% trans "Quick look" %}
  • {% endfor %} {% endif %} {% if not has_more %} uieof {% endif %}