{% extends "base.html" %} {% block content %}
{% for rsnumber, genotype1, genotype2 in genotype_pairs %} {% set is_same = (genotype1 == genotype2) %} {% endfor %}
RS number Sequencing Genotyping
{{ rsnumber }} {{ genotype1 }} {{ genotype2 }}
{% endblock %}