{% extends "base.html" %} {% block intro %}

Key Takeaways

{% for item in table3 %} {% endfor %}
Category Frequency Duration Intensity Type
{{item['Exercises']}} {{item['Frequency']}} {{item['Duration']}} {{item['Intensity']}} {{item['Type']}}

{% endblock %} {% block content %}

Your Summary Results

{% for item in table1 %} {% set outcomes = item['comb'].split('*') %} {% for outcome in outcomes %} {% set oc = outcome|remove_unwanted_chars %} {% if not loop.last %} {% endif %} {% endfor %} {% endfor %}
Trait Name Your Result Outcomes
{{item['trait']}}

{{item['summary']}} Learn more

{% if outcome.endswith('_sss_') %} {%endif%} {{oc.data}}

{% for item in table2 %} {% set link = item['trait'].replace(' ', '_') %} {% set oc = item['outcome']|remove_unwanted_chars %}

{{item['trait']|title}}
{{oc.data}}

Recommendations: {% set recommendations = item['recommendation'].split('*') %}
    {% for rec_item in recommendations %}
  • {{rec_item}}
  • {% endfor %}

Genes Analyzed: {{item['genes']}}

Number of Gene Markers Analyzed: {{item['num_markers']}}

{% endfor %} {% endblock %}