{% assign roles = 'User,Admin,Owner' | split: ',' %} {% assign limit = include.limit | default: 5 %}
{% unless include.avatars %} {% endunless %} {% if include.nowrap %} {% endif %} {% for person in site.data.people limit: limit offset: include.offset %} {% if include.avatars %} {% else %} {% endif %} {% if include.avatars %} {% else %} {% endif %} {% unless include.avatars %} {% endunless %} {% if include.nowrap %} {% endif %} {% endfor %}
Name TitleEmailRole
{% include ui/avatar.html person-id=person.id class="me-2" %}
{{ person.full_name }}
{{ person.full_name }}
{{ person.job_title }}
{{ person.department }}
{{ person.job_title }}, {{ person.department }} {{ person.email }} {% assign role-id = forloop.index | random_number: 0, 2 %} {{ roles[role-id] }} Lorem ipsum dolor sit amet, consectetur adipisicing elit. Animi, commodi cupiditate debitis deserunt expedita hic incidunt iste modi molestiae nesciunt non nostrum perferendis perspiciatis placeat praesentium quaerat quo repellendus, voluptates. {% if include.buttons %}
{% include ui/button.html text="Edit" %}
{% else %} Edit {% endif %}