|  | @@ -45,7 +45,7 @@ template(name="checklistDetail")
 | 
	
		
			
				|  |  |                  = checklist.title
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      .checklist-progress-bar-container
 | 
	
		
			
				|  |  | -      .checklist-progress-text {{finishedPercent}}%
 | 
	
		
			
				|  |  | +      .checklist-progress-text {{#if $gt finishedPercent 0}}{{finishedPercent}}%{{/if}}
 | 
	
		
			
				|  |  |        .checklist-progress-bar
 | 
	
		
			
				|  |  |          .checklist-progress(style="width:{{finishedPercent}}%;{{#if $eq finishedPercent 0}}display:none{{/if}}")
 | 
	
		
			
				|  |  |      +checklistItems(checklist = checklist)
 |