|
@@ -34,7 +34,7 @@
|
|
|
<tr>
|
|
|
<td>{{ loan.item.type }}</td>
|
|
|
<td>{{ loan.item }}</a></td>
|
|
|
- <td>{{ loan.loan_date }}</td>
|
|
|
+ <td>{{ loan.loan_date|date:"d/m/Y" }}</td>
|
|
|
{% if view == 'old' %}<td>{{ loan.loan_date_end }}</td>{% endif %}
|
|
|
<td>{{ loan.item.mac_address|default:"n/a" }}</td>
|
|
|
<td>{{ loan.item.serial|default:"n/a" }}</td>
|