{% import 'components/pager.html' as pager %} {% macro component(id="staff", filters=false, checkboxes=true, avatar=true, employer=true, chips=true, projects=true, pagination=true, search=false, items=[]) %}
{% if search %}
{% endif %} {% if filters %}
{% endif %} {% if checkboxes %} {% endif %} {% if employer %} {% endif %} {% if projects %} {% endif %} {% if chips %} {% endif %} {% for item in items %} {% if checkboxes %} {% endif %} {% if employer %} {% endif %} {% if projects %}{% endif %} {% if chips %} {% endif %} {% endfor %}
Employee Employer Projects Status Activity Earnings
{% if avatar %}
{% if item.avatar.image %} Avatar {% endif %} {% if item.avatar.title %} {{ item.avatar.title }} {% endif %}
{% endif %}

{{ item.name }}

{{ item.email }}
{% if avatar %}
{% endif %}
{{ item.projects }} {% if item.chips %} {% for chip in item.chips %} {{ chip }} {% endfor %} {% endif %} {{ item.date }} {{ item.earnings }} more_vert
{% if pagination %} {% endif %} {% endmacro %} {{ component() }}