<%- balance_title %> <%= balance_formatted %>
<%- status_title %> <%- status_label %>
<%- expired_at_title %> <%- expired_at_formatted %>
<%- history_title %>
<% _.each(histories, function(history){ %> <% }); %>
<%= column_date %> <%= column_action %> <%= column_amount %> <%= column_status %>
<%= history.created_at_formatted %> <%= history.action_label %> <%= history.amount_formatted %> <%= history.status_label %>