{% 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=[]) %}
|
{% endif %}
Employee | {% if employer %}Employer | {% endif %} {% if projects %}Projects | {% endif %} {% if chips %}Status | {% endif %}Activity | Earnings | |
---|---|---|---|---|---|---|---|
|
{% endif %}
{% if avatar %}
{% if item.avatar.image %}
{% endif %}
{{ item.name }} {{ item.email }} |
{% if employer %}
{% endif %} {% if projects %} | {{ item.projects }} | {% endif %} {% if chips %}{% if item.chips %} {% for chip in item.chips %} {{ chip }} {% endfor %} {% endif %} | {% endif %}{{ item.date }} | {{ item.earnings }} | more_vert |