{% extends "base.html" %} {% block scripts %} {% end %} {% block css %} {% end %} {% block title %} Orderbook Viewer {% end %} {% block page_title %}

{{ args['pair_name'] }} Orderbooks

{% if args['at_time'] is not None %}
at {{ args['at_time'] }}
{% end %} {% end %} {% block content %}

{{ args['pair_name'] }} Orderbooks

{% if args['gds_active'] is False %}

Gryphon couldn't find a connection to GDS.

This dashboard requires a connection to an active GDS databse.
Read the docs to learn how to set up and connect the gryphon data service.

{% else %}
{% end %}
{% for exchange_name in args['levels_for_exchange'].keys() %} {% end %}
{% if args['gds_active'] == True %} {% end %}
{% end %}