% if (!_.isEmpty(current_loan)) { %>
The system is currently loaned to <%= current_loan.get('recipient_user').toHTML() %>.
<% if (current_loan.get('comment')) { %><%- current_loan.get('comment') %>
<% } %> <% } else { %>The system is not currently loaned.
<% } %>