{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block head_scripts %} {% endblock %} {% block main_class %}shell{% endblock %} {% block content %} Arbitrade Dashboard Live execution, P&L, and system state. Refresh metrics Health Config Backtesting Audit {% include "partials/metrics.html" %} {% include "partials/overview.html" %} {% include "partials/controls.html" %} {% include "partials/charts.html" %} {% endblock %} {% block scripts %} {% endblock %}
Live execution, P&L, and system state.