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