add boatdamages functionality
This commit is contained in:
		| @@ -51,6 +51,7 @@ | ||||
| 						<div class="grid md:grid-cols-3"> | ||||
| 							{{ macros::checkbox(label='Gast', name='is_guest', id=loop.index , checked=user.is_guest) }} | ||||
| 							{{ macros::checkbox(label='Steuerberechtigter', name='is_cox', id=loop.index , checked=user.is_cox) }} | ||||
| 							{{ macros::checkbox(label='Technical', name='is_tech', id=loop.index , checked=user.is_tech) }} | ||||
| 							{{ macros::checkbox(label='Admin', name='is_admin', id=loop.index , checked=user.is_admin) }} | ||||
| 						</div> | ||||
| 						{% if user.pw %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user