%# locals: (account:) %>
<%= format_money(account.balance_money) %>
<%= account.property.purchase_price ? format_money(account.property.purchase_price) : t(".unknown") %>
<%= account.property.trend.value %>
(<%= account.property.trend.percent %>%)
<%= account.property.year_built || t(".unknown") %>
<%= account.property.area || t(".unknown") %>