数据看板
账户流水
关键位监控
{% if options_nav_visible and display.show_nav_options %}
期权
{% endif %}
{% if options_nav_visible and display.show_nav_options_review %}
期权复盘
{% endif %}
{% if hedge_plan_nav_visible and display.show_nav_hedge_plan %}
对冲计划
{% endif %}
{% if display.show_nav_risk_policy %}
风控说明
{% endif %}
系统说明
{% if display.show_nav_env_config %}
env配置
{% endif %}
系统设置
{% with msg=get_flashed_messages() %}{% if msg %}
{{ msg[0] }}
{% endif %}{% endwith %}
{% include 'instance_header_panel.html' %}
{% if page not in ('settings', 'risk_policy', 'system_guide', 'env_config', 'options_review') %}
{% include 'instance_top_bar.html' %}
{% endif %}
{% if page == 'dashboard' %}
{% include 'dashboard_panel.html' %}
{% elif page == 'account_ledger' %}
{% include 'account_ledger_panel.html' %}
{% elif page == 'key_monitor' %}
{% include 'key_monitor_panel.html' %}
{% elif page == 'options' %}
{% include 'options_panel.html' %}
{% elif page == 'options_review' %}
{% include 'options_review_panel.html' %}
{% elif page == 'hedge_plan' %}
{% include 'hedge_plan_panel.html' %}
{% endif %}
{% if page == 'env_config' %}
{% include 'env_config_panel.html' %}
{% endif %}
{% if page == 'risk_policy' %}
{% include 'risk_policy_panel.html' %}
{% endif %}
{% if page == 'system_guide' %}
{% include 'system_guide_panel.html' %}
{% endif %}
{% if page == 'settings' %}
{% include 'settings_panel.html' %}
{% endif %}