+
+
Baseline
+ {% for metric in metric_metadata %}
+
+
+ {{ metric.friendly_name }}
+
+ {% for curr_metric_slug, metric_data in metric_data.items %}
+ {% if curr_metric_slug == metric.slug %}
+ {% for metric_ui_properties, ui_properties in relative_metric_changes.items %}
+ {% if metric_ui_properties == curr_metric_slug %}
+ {% include "common/metric_popout.html" with experiment_slug=experiment.slug metric_info=metric metric_data=metric_data branches=branch_data reference_branch=selected_reference_branch ui_properties=ui_properties display_type=metric.display_type %}
- {% endif %}
- {% endfor %}
- {% endif %}
- {% endfor %}
- {% endfor %}
-
-
- {% if experiment.is_enrolling %}
-
- {% for branch in branch_data %}
-
+ {% endif %}
+ {% endfor %}
+ {% endif %}
{% endfor %}
-
-
- Metrics are on their way! Enrollment is in progress!
-
- {% else %}
-
- {% if branch_data|length > 4 %}
-
-
- {% endif %}
- {% for branch in branch_data %}
-
-
{{ branch.name }}
-
- {% for metric in metric_metadata %}
- {% for curr_metric_slug, metric_branch_data in metric_data.items %}
- {% if curr_metric_slug == metric.slug %}
- {% if metric.has_errors %}
- {% if forloop.parentloop.parentloop.first %}
-
-
-
-
Metric unavailable
-
Other metrics are unaffected.
-
- Contact Experimenter Support
-
+ {% endfor %}
+
+
+ {% if experiment.is_enrolling %}
+
+ {% for branch in branch_data %}
+
+ {% endfor %}
+
+
+ Metrics are on their way! Enrollment is in progress!
+
+ {% else %}
+
+ {% if branch_data|length > 4 %}
+
+
+ {% endif %}
+ {% for branch in branch_data %}
+
+
{{ branch.name }}
+
+ {% for metric in metric_metadata %}
+ {% for curr_metric_slug, metric_branch_data in metric_data.items %}
+ {% if curr_metric_slug == metric.slug %}
+ {% if metric.has_errors %}
+ {% if forloop.parentloop.parentloop.first %}
+
+
+
+
Metric unavailable
+
Other metrics are unaffected.
+
+ Contact Experimenter Support
+
+
-
+ {% else %}
+
+ {% endif %}
{% else %}
-
- {% endif %}
- {% else %}
- {% for curr_branch_slug, branch_metric_data in metric_branch_data.items %}
- {% if curr_branch_slug == branch.slug %}
- {% include "common/metric_card.html" with slug=branch.slug reference_branch=selected_reference_branch absolute_lower=branch_metric_data.absolute.0.lower absolute_upper=branch_metric_data.absolute.0.upper significance=branch_metric_data.relative.0.significance percentage=branch_metric_data.relative.0.avg_rel_change display_type=metric.display_type %}
+ {% for curr_branch_slug, branch_metric_data in metric_branch_data.items %}
+ {% if curr_branch_slug == branch.slug %}
+ {% include "common/metric_card.html" with slug=branch.slug reference_branch=selected_reference_branch absolute_lower=branch_metric_data.absolute.0.lower absolute_upper=branch_metric_data.absolute.0.upper significance=branch_metric_data.relative.0.significance percentage=branch_metric_data.relative.0.avg_rel_change display_type=metric.display_type %}
- {% endif %}
- {% endfor %}
+ {% endif %}
+ {% endfor %}
+ {% endif %}
{% endif %}
- {% endif %}
+ {% endfor %}
{% endfor %}
- {% endfor %}
+
-
- {% endfor %}
-
- {% endif %}
+ {% endfor %}
+
+ {% endif %}
+
-