{% if positions %}
| 代码 | 名称 | {% if show_account %}账户 | {% endif %}市值 | 盈亏 | 收益率 |
|---|---|---|---|---|---|
| {{ pos.asset_code }} | {{ pos.asset_name|default:"-" }} | {% if show_account %}{{ pos.account_name|default:"-" }} | {% endif %}¥{{ pos.market_value|floatformat:0 }} | ¥{{ pos.unrealized_pnl|floatformat:0 }} | {{ pos.unrealized_pnl_pct|floatformat:2 }}% |
暂无持仓记录