{% extends "base.html" %} {% 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.replace('_sss','')}}

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

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

{{item['desc']}}

Recommendations:

{{item['reco']}}

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

{% endfor %} {% endblock %}