{{ t.title }}

{{ t.lang_ja }} {{ t.lang_en }}
{{ t.buy }} {{ t.refresh }}
{% if val.last_price_date %}

{{ t.last_update }}: {{ val.last_price_date }}

{% else %}

{{ t.no_data }}

{% endif %}
{{ t.current_value }}
{{ fmt(val.total_value) }}
{{ t.total_cost }}
{{ fmt(val.total_cost) }}
{{ t.total_profit }}
{{ fmt(val.total_profit) }}
{{ t.profit_pct }}
{{ fmt_pct(val.total_profit_pct) }}

{{ t.portfolio }}

{% for f in funds %} {% endfor %}
{{ t.fund }}{{ t.cost }}{{ t.value }} {{ t.profit }}{{ t.profit_pct }}
{{ f.name }} {{ fmt(f.cost) }} {{ fmt(f.value) }} {{ fmt(f.profit) }} {{ fmt_pct(f.profit_pct) }}
{{ t.profit_pct }} {{ fmt(val.total_cost) }} {{ fmt(val.total_value) }} {{ fmt(val.total_profit) }} {{ fmt_pct(val.total_profit_pct) }}

{{ t.price_history }}

{{ t.yearly_limit }}

{% for row in yearly_limit_rows %}

{{ t.yearly_limit }} {{ row.year }}

{{ t.tsumitate }}{{ fmt(row.tsumitate) }} / {{ fmt(limits.tsumitate) }}
{{ t.growth }}{{ fmt(row.growth) }} / {{ fmt(limits.growth) }}
{{ t.used }}{{ fmt(row.total) }} / {{ fmt(limits.yearly) }}
{% endfor %}

{{ t.lifetime_limit }}

{{ t.used }}{{ fmt(lifetime.total) }} / {{ fmt(limits.lifetime) }}
{{ t.growth }} ({{ t.lifetime }}){{ fmt(lifetime.growth) }} / {{ fmt(limits.growth_lifetime) }}

{{ t.forecast }}

{{ t.forecast_value }}
{{ fmt(fc.projected_value) }}
{{ t.forecast_contributed }}
{{ fmt(fc.projected_contributed) }}
{{ t.forecast_profit }}
{{ fmt(fc.projected_profit) }}

{{ t.monthly }}: {{ fmt(fc.monthly_tsumitate) }} · {{ t.monthly_growth }}: {{ fmt(fc.monthly_growth) }} · {{ t.annual_return }}: {{ fc.annual_return_pct }}%

{% if fc.over_limit_monthly %}
{{ t.pending_warning }} ({{ t.over }})
{% else %}

{{ t.no_warning }}

{% endif %}

{{ t.purchases }}

{% for p in purchases %} {% endfor %}
{{ t.date }}{{ t.fund }}{{ t.account }} {{ t.quantity }}{{ t.unit_price }}{{ t.cost }}
{{ p.date }} {{ p.name }} {{ p.account }} {{ p.quantity|round|int }} {{ p.unit_price|round|int }} {{ fmt(p.invested) }}