add data from nx
This commit is contained in:
		| @@ -35,7 +35,12 @@ | ||||
| 		<div class="bg-primary-100 dark:bg-primary-950 p-3 rounded-b-md grid gap-4"> | ||||
| 			<div id="filter-result-js" class="text-primary-950 dark:text-white text-right"></div> | ||||
| 			{% for user in users %} | ||||
|         <div data-filterable="true" data-filter="{{ user.name }}"> | ||||
|         <div data-filterable="true" data-filter="{{ user.name }} | ||||
| 	      	{% for role in user.roles %} | ||||
|                  role-{{role}}	 | ||||
| 		{% endfor%} | ||||
|  | ||||
| 	"> | ||||
|           <form action="/admin/user" method="post" class="bg-white dark:bg-primary-900 p-3 rounded-md w-full"> | ||||
|             <div class="w-full grid gap-3"> | ||||
|               <input type="hidden" name="id" value="{{ user.id }}"/> | ||||
| @@ -55,6 +60,13 @@ | ||||
|                 {{ macros::input(label='DOB', name='dob', id=loop.index, type="text", value=user.dob) }} | ||||
|                 {{ macros::input(label='Weight (kg)', name='weight', id=loop.index, type="text", value=user.weight) }} | ||||
|                 {{ macros::input(label='Sex', name='sex', id=loop.index, type="text", value=user.sex) }} | ||||
|                 {{ macros::input(label='Mitglied seit', name='member_since_date', id=loop.index, type="text", value=user.member_since_date) }} | ||||
|                 {{ macros::input(label='Geburtsdatum', name='birthdate', id=loop.index, type="text", value=user.birthdate) }} | ||||
|                 {{ macros::input(label='Mail', name='mail', id=loop.index, type="text", value=user.mail) }} | ||||
|                 {{ macros::input(label='Nickname', name='nickname', id=loop.index, type="text", value=user.nickname) }} | ||||
|                 {{ macros::input(label='Notizen', name='notes', id=loop.index, type="text", value=user.notes) }} | ||||
|                 {{ macros::input(label='Telefon', name='phone', id=loop.index, type="text", value=user.phone) }} | ||||
|                 {{ macros::input(label='Adresse', name='address', id=loop.index, type="text", value=user.address) }} | ||||
|               </div> | ||||
|             </div> | ||||
|             <div class="mt-3 text-right"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user