We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538be7c commit 6817791Copy full SHA for 6817791
openlibrary/macros/LoanStatus.html
@@ -13,7 +13,6 @@
13
$ availability = (doc.availability or {}) if hasattr(doc, 'availability') else doc.get('availability', {})
14
$ ocaid = doc.get('ocaid') or availability.get('identifier')
15
$ work_key = work_key or (doc.get('works') and doc.works[0]['key'])
16
-$ no_index = hasattr(doc, 'get_ia_meta_fields') and doc.get_ia_meta_fields().get('noindex', False)
17
18
$ waiting_loan_start_time = time()
19
$ waiting_loan = check_loan_status and ocaid and ctx.user and ctx.user.get_user_waiting_loans(ocaid, use_cache=True)
0 commit comments