{% import 'components/category-overview-card.html' as category_overview_card %} {% import 'components/events-card.html' as events_card %}
Announcements
{% set items = [ { month: 'FEB', day: 18, title: 'Promotional Advertising Specialty', description: 'Differentiate and you stand out in a crowded marketplace. Present your uniqueness and ...' }, { month: 'FEB', day: 17, title: 'Rebranding Strategy', description: 'A good logo works in the simplest form. It is a memorable representation of your brand and ...' }, { month: 'FEB', day: 11, title: 'Promotional Advertising Specialty', attachment: true } ] %} {{ events_card.component( title='Latest Announcements', count=3, items=items, alert=true ) }}
Accounting
Views area chart goes here.
HR
{{ category_overview_card.component( title='Employees', count=65, class='mb-md-0', list=[{ title: 'In-time', count: 60, percent: 91, class: 'bg-accent' }, { title: 'Late', count: 15, percent: 22, class: 'bg-primary' }, { title: 'Absents', count: 4, percent: 5, class: 'bg-warning' }, { title: 'Out on Vacation', count: 1, percent: 1.06, class: 'bg-warning' }], cta_label='View employees' ) }}
{{ category_overview_card.component( title='Departments', count=12, class='mb-md-0', list=[{ title: 'Human Resources', count: 2, percent: 7, class: 'bg-primary' }, { title: 'Entrepreneurship', count: 8, percent: 29, class: 'bg-primary' }, { title: 'Operations', count: 7, percent: 25, class: 'bg-primary' }, { title: 'Engineering', count: 10, percent: 37, class: 'bg-primary' }], cta_label='View departments' ) }}
CRM
{{ category_overview_card.component( title='Contacts', count=130, class='mb-md-0', list=[{ title: 'Customers', count: 70, percent: 53, class: 'bg-primary' }, { title: 'Leads', count: 21, percent: 16, class: 'bg-primary' }, { title: 'Opportunities', count: 12, percent: 9, class: 'bg-primary' }, { title: 'Subscribers', count: 27, percent: 20, class: 'bg-primary' }], cta_label='View contacts' ) }}
{{ category_overview_card.component( title='Companies', count=53, class='mb-md-0', list=[{ title: 'Customers', count: 20, percent: 37, class: 'bg-primary' }, { title: 'Leads', count: 12, percent: 22, class: 'bg-primary' }, { title: 'Opportunities', count: 7, percent: 13, class: 'bg-primary' }, { title: 'Subscribers', count: 14, percent: 26, class: 'bg-primary' }], cta_label='View companies' ) }}