{% if message %}
{{ message }}
{% if dashboard_link %}
If CSMS Dashboard is running on the target, view it here: {{ dashboard_link }}
{% endif %}
{% endif %} {% if default_simulator %}

Default simulator: {{ default_simulator.name }} ({{ default_simulator.cp_path }})

{% endif %} {% include "ocpp/cp_simulator_block.html" with cp=state idx=simulator_slot form_params=form_params %}