{% 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=[]) %}
|
{% endif %}
Name | {% if company %}Company | {% endif %} {% if chips %}Tags | {% endif %} {% if phone %}Phone | {% endif %}Added | |
---|---|---|---|---|---|---|
|
{% endif %}
{% if avatar %}
{% if item.avatar.image %}
{% endif %}
{{ item.name }} {{ item.email }} |
{% if company %}
{% if item.company %}
{{ item.company_initials }}
{{ item.company }}
{{ item.location }}
|
{% endif %}
{% if chips %}
{% if item.chips %} {% for chip in item.chips %} {{ chip }} {% endfor %} {% endif %} | {% endif %} {% if phone %}{{ item.phone }} | {% endif %}{{ item.date }} | more_vert |