{% import 'components/avatar.html' as avatar %} {% import 'components/shifts-table.html' as shifts_table %} {% import 'components/employees-table.html' as employees_table %}
Overview
92%
In Time
60
23%
In Time
15
6%
Absents
4
1%
Vacation
1
Recently added
{{ employees_table.component(items=[{ avatar: { title: 'BN' }, name: 'Billy Nunez', email: 'annabell.kris@yahoo.com', phone: '239-721-3649', meta: { icon: 'link', count: 2 }, department: 'Design', department_initials: 'Ds', department_bg: 'bg-light text-black-100', role: 'UX Designer', status: { title: 'Probation', indicator_bg: 'bg-warning' }, type: 'Temporary', date: '19/02/2019' }, { avatar: { title: 'TP' }, name: 'Tony Parks', email: 'vida_glover@gmail.com', phone: '169-769-4821', meta: { icon: 'comment', count: 1 }, department: 'Development', department_initials: 'Dv', department_bg: 'bg-light text-black-100', role: 'Senior Frontend Developer', status: { title: 'Active', indicator_bg: 'bg-primary' }, type: 'On Contract', date: '18/02/2019' }, { selected: false, avatar: { image: 'assets/images/people/110/guy-1.jpg' }, name: 'Gilbert Barrett', email: 'paolo.zieme@gmail.com', phone: '462-060-7408', meta: { icon: 'comment', count: 1 }, department: 'Customer Relationship', department_initials: 'CR', department_bg: 'bg-light text-black-100', role: 'CRM Manager', status: { title: 'Active', indicator_bg: 'bg-primary' }, type: 'On Contract', date: '17/02/2019' }, { selected: false, avatar: { image: 'assets/images/people/110/guy-2.jpg' }, name: 'Ollie Wallace', phone: '285-626-6050', email: 'lorna_kirlin@nora.biz', department: 'HR', department_initials: 'HR', department_bg: 'bg-light text-black-100', role: 'HR Manager', status: { title: 'Active', indicator_bg: 'bg-primary' }, type: 'Full Time', date: '16/02/2019' }, { selected: true, avatar: { image: 'assets/images/people/110/guy-3.jpg' }, name: 'Ricardo Bell', phone: '285-626-6050', email: 'smith_winfield@douglas.io', department: 'Design', department_initials: 'Ds', department_bg: 'bg-light text-black-100', role: 'UX Designer', status: { title: 'Terminated', indicator_bg: 'bg-danger' }, type: 'Temporary', date: '01/12/2018' }]) }}
Shift distribution
Shift distribution
{{ shifts_table.component(items=[{ avatar: { title: 'BN' }, name: 'Billy Nunez', monday: { title: 'Night', time: '20:00 - 08:00' }, tuesday: { title: 'Night', time: '20:00 - 08:00' }, friday: { title: 'Day', time: '07:30 - 20:00' }, saturday: { title: 'Day', time: '07:30 - 20:00' }, sunday: { title: 'Day', time: '07:30 - 20:00' } }, { avatar: { title: 'TP' }, name: 'Tony Parks', wednesday: { title: 'Night', time: '20:00 - 08:00' }, thursday: { title: 'Night', time: '20:00 - 08:00' } }, { selected: true, avatar: { image: 'assets/images/people/110/guy-1.jpg' }, name: 'Gilbert Barrett', monday: { title: 'Day', time: '07:30 - 20:00' }, tuesday: { title: 'Day', time: '07:30 - 20:00' }, friday: { title: 'Night', time: '20:00 - 08:00' }, saturday: { title: 'Night', time: '20:00 - 08:00' }, sunday: { title: 'Night', time: '20:00 - 08:00' } }, { avatar: { image: 'assets/images/people/110/guy-2.jpg' }, name: 'Ollie Wallace', wednesday: { title: 'Day', time: '07:30 - 20:00' }, thursday: { title: 'Day', time: '07:30 - 20:00' } }]) }}