{% 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() }}