{% extends "main.html" %} {% load karaage_tags %} {% load render_table from django_tables2 %} {% block title %}Institute{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Institute Details

{{ institute }}

{% if is_admin %} {% endif %} {% if institute.saml_entityid %} {% endif %}
Active: {% if not institute.is_active %} Deleted {% else %} Yes {% endif %}
Delegate(s):{% for delegate in institute.delegates.all %}{{ delegate }}, {% endfor %}
Group:{{ institute.group }}
SAML entityID:{{ institute.saml_entityid }}
{% is_for_each_app_include_empty "project_detail_tools.html" as is_empty %} {% if is_admin or not is_empty %}
    {% if is_admin %}
  • Edit
  • View logs
  • Verbose
  • {% endif %} {% for_each_app_include "institute_detail_tools.html" %}
{% endif %}

Projects

{% render_table project_list %}

People

{% render_table person_list %}
{% for_each_app_include "institute_detail_extra.html" %} {% if is_admin %}

Comments

{% comments institute %} {% if is_admin %} {% endif %}
{% endif %}
{% endblock %} {% block object-tools %} {% endblock %}