Manage Teachers
                
                
                    {{ teacherState.message.text }}
                
                
                
                
                
                
                
                    Existing Teachers
                    Loading teachers...
                    
                        
                            
                                | Name | 
                                Email | 
                                Actions | 
                            
                        
                        
                            
                                | {{ teacher.name }} | 
                                {{ teacher.email }} | 
                                
                                    
                                    
                                 | 
                            
                            
                                | No teachers found. | 
                            
                        
                    
                 
             
            
            
                Manage Courses & Topics
                
                
                    {{ courseState.message.text }}
                
                
                
                
                
                
                
                    Existing Courses
                    Loading courses...
                    
                        
                            
                                | Name | 
                                Actions | 
                            
                        
                        
                            
                                | {{ course.name }} | 
                                
                                    
                                    
                                 | 
                            
                            
                                | No courses found. | 
                            
                        
                    
                 
                
                
                
                
                    Existing Topics
                    Loading topics...
                    
                        
                            
                                | Title | 
                                Course | 
                                Assigned Teacher | 
                                Actions | 
                            
                        
                        
                            
                                | {{ topic.title }} | 
                                {{ topic.course_name }} | 
                                
                                    
                                 | 
                                
                                    
                                 | 
                            
                            
                                | No topics found. | 
                            
                        
                    
                 
             
            
            
                Manage Students
                
                
                    {{ studentState.message.text }}
                
                
                
                
                
                
                
                    All Students
                    Loading students...
                    
                        
                            
                                | Name | 
                                Email | 
                                Actions | 
                            
                        
                        
                            
                                | {{ student.name }} | 
                                {{ student.email }} | 
                                
                                    
                                    
                                 | 
                            
                            
                                | No students found. |