{% if adapter.options.browser.fps_display %}
Frames per second: 0
{% end %} {% if adapter.options.browser.debug_text %}

{{ adapter.emulator_details_text() }}

Matrix Details:

Matrix Width: {{ adapter.options.cols }}
Matrix Height: {{ adapter.options.rows }}
Image Size: {{ adapter.options.window_size_str(pixel_text="px") }}
Chain Length: {{ adapter.options.chain_length }}
Parallel Chains: {{ adapter.options.parallel }}
Pixel Size: {{ adapter.options.pixel_size }}
Pixel Style: {{ adapter.options.pixel_style }}
Adapter: {{ adapter.__class__.__name__ }}

Browser Details:

Port: {{ adapter.options.browser.port }}
Target FPS: {{ adapter.options.browser.target_fps }}
FPS Display Enabled: {{ adapter.options.browser.fps_display }}
Image Quality: {{ adapter.options.browser.quality }}
{% end %}