| 
														
															@@ -12,18 +12,18 @@ template(name="boardComponent") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           each lists 
														 | 
														
														 | 
														
															           each lists 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             +list(this) 
														 | 
														
														 | 
														
															             +list(this) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           if currentUser.isBoardMember 
														 | 
														
														 | 
														
															           if currentUser.isBoardMember 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            +addlistForm 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            +addListForm 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       +boardSidebar 
														 | 
														
														 | 
														
															       +boardSidebar 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     if currentCard 
														 | 
														
														 | 
														
															     if currentCard 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       +cardSidebar(currentCard) 
														 | 
														
														 | 
														
															       +cardSidebar(currentCard) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   else 
														 | 
														
														 | 
														
															   else 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     +message(label="board-no-found") 
														 | 
														
														 | 
														
															     +message(label="board-no-found") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-template(name="addlistForm") 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+template(name="addListForm") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   .list.js-list.add-list.js-add-list 
														 | 
														
														 | 
														
															   .list.js-list.add-list.js-add-list 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     +inlinedForm(autoclose=false) 
														 | 
														
														 | 
														
															     +inlinedForm(autoclose=false) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       input.list-name-input(type="text" placeholder="{{_ 'add-list'}}" 
														 | 
														
														 | 
														
															       input.list-name-input(type="text" placeholder="{{_ 'add-list'}}" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        autocomplete="off" autofocus) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        autocomplete="off" autofocus value=getCache) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       div.edit-controls.clearfix 
														 | 
														
														 | 
														
															       div.edit-controls.clearfix 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         button.primary.confirm.js-save-edit(type="submit") {{_ 'save'}} 
														 | 
														
														 | 
														
															         button.primary.confirm.js-save-edit(type="submit") {{_ 'save'}} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         a.fa.fa-times.dark-hover.cancel.js-close-inlined-form 
														 | 
														
														 | 
														
															         a.fa.fa-times.dark-hover.cancel.js-close-inlined-form 
														 |