{% extends "layout.html" %} {% block title %} {{ super() }} - Institutes {% endblock %} {% block top_nav %} {{ super() }}
  • Institutes
  • {{ institute.display_name }}
  • Causatives
  • {% endblock %} {% block content_main %} {% for _, group in variant_groups.items() %}
    {% set variant = group[0][1] %}
    {{ variant.hgnc_symbols|join(', ') }} {{ variant.chromosome }}:{{ variant.position }} {% if variant.is_par %} PAR {% endif %} {{ variant.reference }} → {{ variant.alternative }}
    {% endfor %} {% endblock %}