Transaction History for <%= @property_account.property_number %>

<% @statements.each do |stmt| %> <% end %>
Date Title Credit Debit Action
<%= stmt.transaction_date %> <%= stmt.payment_title %> <%= stmt.credit? ? number_to_currency(stmt.amount) : "" %> <%= stmt.debit? ? number_to_currency(stmt.amount) : "" %> <%= link_to "View", client_portal_property_account_property_account_statement_path(@property_account, stmt), class: "btn btn-sm btn-info" %>