{% extends "layout.html" %} {% from "cases/institutes_sidebar.html" import institutes_actionbar %} {% block title %} {{ super() }} - Institutes {% endblock %} {% block top_nav %} {{ super() }} {% endblock %} {% block content_main %}
{{ institutes_actionbar() }}
{% endblock %}