|
|
|
|
|
|
|
|
<table class="table table-condensed" id="address-list"> |
|
|
<table class="table table-condensed" id="address-list"> |
|
|
<thead> |
|
|
<thead> |
|
|
<tr> |
|
|
<tr> |
|
|
|
|
|
<th>Id</th> |
|
|
<th>Utilisateurs</th> |
|
|
<th>Utilisateurs</th> |
|
|
<th>Date</th> |
|
|
<th>Date</th> |
|
|
<th></th> |
|
|
<th></th> |
|
|
|
|
|
|
|
|
<tbody> |
|
|
<tbody> |
|
|
{% for order in ordersWaitingBankReturn %} |
|
|
{% for order in ordersWaitingBankReturn %} |
|
|
<tr> |
|
|
<tr> |
|
|
|
|
|
<td>{{ order.id }}</td> |
|
|
<td>{{ order.user }}</td> |
|
|
<td>{{ order.user }}</td> |
|
|
<td>{{ order.updatedAt|date('d-m H:i') }}</td> |
|
|
<td>{{ order.updatedAt|date('d-m H:i') }}</td> |
|
|
<td><a class="btn-sm btn-success" |
|
|
<td><a class="btn-sm btn-success" |