{% extends "base/base.html" %} {% block content %}

{{ object.name }}

{% for goal, results in object.get_goal_results %}

{{ goal.name }}

{% for result in results %} {% endfor %}
Variation Key Variation Value Num Exposures Success Value Success Rate
{{ result.variation.key }} {{ result.variation.value }} {{ result.variation.num_exposures }} {{ result.variation.succes_value }} {{ result.variation.success_percentage }}%
{% endfor %} {% endblock %} {% block download-section %} {% endblock %}