{% extends "base.html" %} {% load bootstrap4 %} {% load static %} {% load main_tags %} {% block extra-head %} {% endblock %} {% block exp-active %}active{% endblock %} {% block content-title %}{{title}}{% endblock %} {% block content-suptitle %}{{suptitle}}{% endblock %} {% block content %} {% for key in experiment_keys %} {% endfor %}
{{key|title}}{{experiment|attr:key}}
Lambda (m){{radar_lambda}}
{% for conf in configurations %}

{{conf.conf}}


{% for key in conf.keys %} {% endfor %}
{{key}}{{conf|attr:key}}
{% endfor %}
{% endblock %} {% block sidebar%} {% include "sidebar_devices.html" %} {% endblock %} {% block extra-js%} {% endblock %}