{# components/bottom_nav.twig #} {% set items = items ?? [ { key: 'dashboard', label: translations.home ?? 'Home', icon: 'bi-house', href: ROOT ~ '/dashboard' }, { key: 'shops', label: translations.shops ?? 'Shops', icon: 'bi-shop', href: ROOT ~ '/shops' }, { key: 'tasks', label: translations.tasks ?? 'Tasks', icon: 'bi-check2-square', href: ROOT ~ '/tasks' }, { key: 'schedule', label: translations.schedule ?? 'Schedule', icon: 'bi-calendar-week', href: ROOT ~ '/schedule' }, { key: 'trend', label: translations.trend ?? 'Trend', icon: 'bi-graph-up-arrow', href: ROOT ~ '/trend' }, ] %}