{%- macro list_groups(groups) -%} {%- if groups -%}
| Username | Groups | Last seen |
|---|---|---|
| {{user.name}} | {{list_groups(user.groups)}} | {{last_seen.format('YYYY-MM-DD hh:mm A')}} ({{last_seen.humanize()}}) |
| {%- if groupable -%} {{headers.get(column,column.title())}} {%- elif column == 'date' -%} {{column.title()}} {%- else -%} {{column.title()}} {%- endif -%} | {%- endif -%} {%- endfor -%}|||
|---|---|---|---|
| {{format(by, group.grouper, True)}} | |||