membership-pdf-new #284
| @@ -27,7 +27,7 @@ | ||||
|                      class="bg-white dark:bg-primary-900 p-3 rounded-md w-full"> | ||||
|                     <div class="grid sm:grid-cols-1 gap-3"> | ||||
|                         <div style="width: 100%" class="col-span-2"> | ||||
|                             <b>{{ user.name }} - {{ trips | length }} Ausfahrten</b> | ||||
|                             <b>{{ user.name }} - Ausfahrten: {{ trips | length }}</b> | ||||
|                             {% for trip in trips %} | ||||
|                                 <li>{{ log::show_old(log=trip, state="completed", only_ones=false, index=loop.index) }}</li> | ||||
|                             {% endfor %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user