{% macro component( id="staff", checkboxes=true, avatar=true, employer=true, projects=true, pagination=true, search=false, items=[{ selected: true, avatar: "assets/images/256_rsz_nicolas-horn-689011-unsplash.jpg", name: "Kalum Atherton", employer: "Google", projects: "10", last_active: "3 days ago", earnings: "12,402" }, { selected: false, avatar: "assets/images/256_rsz_sharina-mae-agellon-377466-unsplash.jpg", name: "Helen Mcdaniel", employer: "Facebook", projects: "23", last_active: "2 days ago", earnings: "48,108" }, { selected: false, avatar: "assets/images/256_rsz_karl-s-973833-unsplash.jpg", name: "Karim Hicks", employer: "Dribbble", projects: "12", last_active: "1 hour ago", earnings: "11,802" }, { selected: false, avatar: "assets/images/256_rsz_90-jiang-640827-unsplash.jpg", name: "Clifford Burgess", employer: "Google", projects: "32", last_active: "2 hours ago", earnings: "84,401" }]) %}
{% if search %}
{% endif %} {% if checkboxes %} {% endif %} {% if employer %}{% endif %} {% if projects %}{% endif %} {% for item in items %} {% if checkboxes %} {% endif %} {% if employer %} {% endif %} {% if projects %}{% endif %} {% endfor %}
EmployeeEmployerProjectsActive Earnings
{% if avatar %}
Avatar
{% endif %} {{ item.name }} {% if avatar %}
{% endif %}
{{ item.projects }}{{ item.last_active }} ${{ item.earnings }} more_vert
{% if pagination %}
15 of 1,430 arrow_forward
{% endif %} {% endmacro %} {{ component() }}