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

Go To Table of Contents

Table of Contents

    {% for item in table2 %} {% set link = item['drug'].replace(' ', '_')+item['outcome'] %}
  1. {{item['drug']|title}}
  2. {%endfor %}

{% endblock %} {% block intro %} {% endblock %} {% block content %}

Your Summary Results

{% for item in table1 %} {% endfor %}
Trait Name Your Result Outcomes
{{item['gene']}} {{item['dipl']}} {{item['status']}}

{% for item in table2 %} {% set link = item['drug'].replace(' ', '_')+item['outcome'] %}

{{item['trait']|title}}
{{item['out']}}

{{item['desc']}}
Recommendations:
{{item['reco']}}

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

{% endfor %} {% endblock %}