<%=t(:field_customer)%>:
<%= render partial: 'customers/details', locals: {customer: @customer} %>
<%=t(:label_actions)%>:
<%= render partial: 'customers/actions', locals: {customer: @customer} %>
<%=t(:estimates)%>:
<%= render partial: 'estimates/list', locals: {estimates: @customer.estimates} %>
<%=t(:label_invoices)%>:
<%= render partial: 'invoices/list', locals: {invoices: @customer.invoices} %>