<%# locals: (account:) %>

<%= t(".market_value") %>

<%= format_money(account.balance_money) %>

<%= t(".purchase_price") %>

<%= account.property.purchase_price ? format_money(account.property.purchase_price) : t(".unknown") %>

<%= t(".trend") %>

<%= account.property.trend.value %>

(<%= account.property.trend.percent %>%)

<%= t(".year_built") %>

<%= account.property.year_built || t(".unknown") %>

<%= t(".living_area") %>

<%= account.property.area || t(".unknown") %>