$def with(loans) $ carousel = loans_carousel(loans) $if carousel:

$_("My Books")


  $if len(loans): $ loans_remaining = 5 - len(loans) $:ungettext('You can still borrow one more book until you\'ve hit the limit!', 'You can still borrow %(count)d more books until you\'ve hit the limit!', loans_remaining, count=loans_remaining) $else: $_("You have reached the borrowing limit. Please return a book to checkout something new.")

$:carousel