{% import 'components/category-overview-card.html' as category_overview_card %} {% import 'components/events-card.html' as events_card %} {% import 'components/contacts-table.html' as contacts_table %}
Overview
{{ category_overview_card.component( title='Contacts', count=130, 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, 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' ) }}
20%

Renewals

This month
more_horiz
{% set list = [{ title: 'Rend A Car, Frankfurt', meta: 'expires in 12 days', class: 'bg-warning', percent: 20 }, { title: 'Rend A Car, Frankfurt', meta: 'expires in 30 days', class: 'bg-accent', percent: 100 }] %} {% for item in list %}

{{ item.title }} {{ item.meta }}

{% endfor %}
Schedule
Today
more_horiz
error_outline
Nothing scheduled for today.
{% set items = [ { month: 'FEB', day: 18, title: 'Developers Meeting', date: 'Tuesday 17:30 - 18:30', avatars: [ "assets/images/256_rsz_1andy-lee-642320-unsplash.jpg", "assets/images/256_michael-dam-258165-unsplash.jpg", "assets/images/256_luke-porter-261779-unsplash.jpg" ], description: 'Moreover the striking, brilliant and vivid colors are the reason why we are attracted to the posters that we see.', read_more: false }, { month: 'FEB', day: 17, title: 'Meeting with Jane B.', date: 'Tuesday 17:30 - 18:30' } ] %} {{ events_card.component( title='Upcoming', count=2, items=items, footer=false ) }}
Recently added
{{ contacts_table.component(items=[{ avatar: { title: 'BN' }, name: 'Billy Nunez', email: 'annabell.kris@yahoo.com', phone: '239-721-3649', company: 'Frontend Matter Inc.', company_initials: 'FM', company_bg: 'bg-warning', location: 'Leuschkefurt', projects: 42, chips: ['User'], date: '19 February 2019' }, { avatar: { title: 'TP' }, name: 'Tony Parks', email: 'vida_glover@gmail.com', phone: '169-769-4821', company: 'Huma Huma Inc.', company_initials: 'HH', company_bg: 'bg-accent', location: 'Mayerberg', chips: ['Admin'], date: '18 February 2019' }, { selected: true, avatar: { image: 'assets/images/people/110/guy-1.jpg' }, name: 'Gilbert Barrett', phone: '462-060-7408', email: 'paolo.zieme@gmail.com', chips: ['Admin'], date: '17 February 2019' }, { selected: true, avatar: { image: 'assets/images/people/110/guy-2.jpg' }, name: 'Ollie Wallace', phone: '285-626-6050', email: 'lorna_kirlin@nora.biz', chips: ['Manager'], date: '16 February 2019' }]) }}