{% extends "base.html" %} {% block title %}{% endblock %} {% block body %} {{ super() }} {% block switch %} {% endblock %}
  • 👤 {{ user }}
  • 💡 {{mode}}
  • 💰 {{ balance }}
  • 📌 {{status_title}}

{% for key, value in indicators.items() %} {{ key }}: {{ value }}
{% endfor %}

  • 成交
  • 委托
  • 持仓
  • 权益
  • 日志
  • {{trades_item|safe}}
  • {{orders_item|safe}}
  • {{position_item|safe}}
  • {{account_item|safe}}
  • {{log_item|safe}}
{% endblock %}