Experiment Reports:
{% for report in experiment_reports %} {% endfor %}
Name StartDate EndDate Channel
{{report.slug}} {{report.startDate}} {{report.endDate}} {{report.channel}}
Other Reports:
{% for report in other_reports %} {% for branch in report.branches %} {% if branch.last == True %} {% else %} {% endif %} {% endfor %} {% endfor %}
Name Branch StartDate EndDate Channel
{{report.slug}} {{branch.name}} {{branch.startDate}} {{branch.endDate}} {{branch.channel}} {{branch.name}} {{branch.startDate}} {{branch.endDate}} {{branch.channel}}