{{'borrow.requests.mine' | i18n}}
| {{'borrow.item.name' | i18n}} |
{{ borrowRequest.borrowItem.name}} |
{{'borrow.requests.starts' | i18n}} |
{{ borrowRequest.starts | datef}}
|
{{'borrow.requests.ends' | i18n}} |
{{ borrowRequest.ends | datef}}
|
{{'borrow.requests.status' | i18n}} |
{{ 'borrow.requests.status.' + borrowRequest.status | i18n}}
|
{{'borrow.requests.actions' | i18n}} |
@if (borrowRequest.user == userId) {
edit
}
@if (borrowRequest.user == userId) {
delete
}
@if (borrowRequest.item.owner != userId) {
pending_actions
}
|
}