{% extends "sysadmin/base.html" %} {% load i18n seahub_tags %} {% block cur_inst %}tab-cur{% endblock %} {% block right_panel %}
{% csrf_token %}

{% trans "Add institution" %}



{% if insts %} {% for inst in insts %} {% endfor %}
{% trans "Name" %} {% trans "Create At" %} {% trans "Operations" %}
{{ inst.name }} {{ inst.create_time|translate_seahub_time }} {% trans "Remove" %}
{% include "snippets/admin_paginator.html" %} {% else %}

{% trans "Empty" %}

{% endif %} {% endblock %} {% block extra_script %} {% endblock %}