{% import 'components/pager.html' as pager %} {% macro component(id="contacts", filters=false, checkboxes=true, avatar=true, company=true, chips=true, phone=true, pagination=true, search=false, items=[]) %}
{% if search %}
{% endif %} {% if filters %}
{% endif %} {% if checkboxes %} {% endif %} {% if company %} {% endif %} {% if chips %} {% endif %} {% if phone %} {% endif %} {% for item in items %} {% if checkboxes %} {% endif %} {% if company %} {% endif %} {% if chips %} {% endif %} {% if phone %} {% endif %} {% endfor %}
Name Company Tags Phone Added
{% if avatar %}
{% if item.avatar.image %} Avatar {% endif %} {% if item.avatar.title %} {{ item.avatar.title }} {% endif %}
{% endif %}

{{ item.name }}

{{ item.email }}
{% if avatar %}
{% endif %}
{% if item.company %}
{{ item.company_initials }}
{{ item.company }} {{ item.location }}
{% endif %}
{% if item.chips %} {% for chip in item.chips %} {{ chip }} {% endfor %} {% endif %} {{ item.phone }} {{ item.date }} more_vert
{% if pagination %} {% endif %} {% endmacro %} {{ component() }}