roles) && !current_user_can('manage_options')) {
    wp_die('Access denied. Master trainer privileges required.');
}
// Render master trainer navigation
if (class_exists('HVAC_Master_Menu_System')) {
    $master_menu = HVAC_Master_Menu_System::instance();
    $master_menu->render_master_menu();
}
// Render breadcrumbs
if (class_exists('HVAC_Breadcrumbs')) {
    HVAC_Breadcrumbs::render();
}
echo '
';
echo '
';
?>
    Google Sheets Integration
    
    
        Sync trainer and event data with Google Sheets for advanced reporting and analysis.
     
    
    
        Connection Status
        
            
            Connected to Google Sheets
        
        
     
    
    
        Data Synchronization
        
        
            
                Trainer Data
                Export all trainer profiles and certification status to Google Sheets.
                
                    Last sync: August 20, 2025 at 3:45 PM
                
                
             
            
            
                Event Data
                Export all events and attendance records to Google Sheets.
                
                    Last sync: August 21, 2025 at 10:30 AM
                
                
             
            
            
                Certificate Reports
                Export certificate generation reports and analytics.
                
                    Last sync: August 19, 2025 at 2:15 PM
                
                
             
         
     
    
    
        Sheet Templates
        Download pre-configured Google Sheets templates for your data.
        
        
            
                Master Trainer Dashboard Template
                Complete dashboard with charts and pivot tables.
                Download Template
             
            
            
            
            
                Trainer Performance Template
                Track individual trainer metrics and KPIs.
                Download Template
             
         
     
    
    
 
'; // .container
echo '
'; // .hvac-page-wrapper
get_footer();
?>