{% extends "layout.html" %} {% from "overview/institute_sidebar.html" import institute_actionbar %} {% from "overview/utils.html" import variant_list_content %} {% from "utils.html" import db_table_external_scripts, db_table_external_stylesheets %} {% block title %} {{ super() }} - Institutes {% endblock %} {% block css %} {{ super() }} {{ db_table_external_stylesheets() }} {% endblock %} {% block top_nav %} {{ super() }} {% endblock %} {% block content_main %}
{{ variant_list_content(institute, causatives, acmg_map, callers) }}
{% endblock %} {% block scripts %} {{ super() }} {{ db_table_external_scripts() }} {% endblock %}