{% extends "base/dashboard.html" %} {% macro toggle_switch(var) %}
{% endmacro %} {% block body %}

Experiment Configuration

The active configuration, assembled from your configuration files, Dallinger defaults, and any explicit overrides.

{% for key, value in configuration %} {% endfor %}
KeyActive Value
{{ key }}{{ value }} {% if key in changeable_params %} {{ toggle_switch(key) }} {% endif %}
{% endblock %} {% block libs %} {{ super() }} {% endblock %}