{% include 'header.html' %}
{{ title }}
OctoBot Script
report
{{ top_title }}
Generated the {{ creation_time }}
{{ middle_title }}
{{ bottom_title }}
Configuration
{% for key, val in strategy_config.items() %}
{{key}}:
{{val}}
{% endfor %}
{% include 'scripts.html' %}