* fix: project portal enhancements * fix: timesheet table and task nesting * fix: semgrep and link issue * fix: sider * fix: project details view title * fix: project progress pills * fix: website route rule for project * fix: multi level nesting * fix: added subject and indentation Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com>
		
			
				
	
	
		
			6 lines
		
	
	
		
			130 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			130 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% for task in doc.tasks %}
 | |
|   <div class="web-list-item transaction-list-item">
 | |
|     {{ task_row(task, 0) }}
 | |
|   </div>
 | |
| {% endfor %}
 |