Loan Offer Details  
Initial Loan Amount {{loanOffer.Amount | currency :'R '}}
Duration {{loanOffer.Term}} {{loanOffer.TermType.Description}}
Date Created {{loanOffer.DateCreated | date: 'dd-MMMM-yyyy'}}
Expiry Date {{loanOffer.ExpiryDate | date: 'dd-MMMM-yyyy'}}
Balance {{loanOffer.Balance | currency :'R '}}
  Claim Balance
Date Requested Profile # Amount Duration Is Active Status Action
{{x.RequestDate | date:"dd-MM-yyyy"}} {{x.BorrowerProfile.ProfileNumber}} {{x.Amount | currency : 'R '}} {{x.LoanRequest.Term}} {{x.LoanRequest.TermType.Description}} {{x.IsActive == true ? 'YES' : 'NO'}} {{x.Status.Description}}