{% extends "layout.html" %} {% from "overview/utils.html" import institute_settings %} {% from "overview/institute_sidebar.html" import institute_actionbar %} {% block title %} {{ super() }} - Institutes {% endblock %} {% block css %} {{ super() }} {% endblock %} {% block top_nav %} {{ super() }} {% endblock %} {% block content_main %}
{{ institute_actionbar(institute) }}
{{ institute_settings(form, beacon_form, institute, current_user, loqus_instances) }}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}