{% extends "edumanage/welcome.html"%} {% load i18n %} {% block crumbs %}
  • {% trans "Home" %}/
  • {% trans "Realms" %}
  • {% endblock %} {% load i18n %} {% block extrahead %} {% endblock %} {% block navbar %} {% endblock %} {% block homeactive %}{% endblock %} {% block realmsactive %}class="active"{% endblock %} {% block subcontent %}

    Realms


    {% if messages %} {% for message in messages %} {% endfor %}
    {{ message }}
    {% endif %}
    {% if institution.ertype == 1 or institution.ertype == 3 %}{% trans "Add new realm" %}{% endif %}
    {% if institution.ertype == 1 or institution.ertype == 3 %} {% if realms %} {% for realm in realms %} {% endfor %}
    Realm Server(s) {% trans "Action" %}
    {{realm.realm}} {{realm.get_servers}} {% trans "edit" %} {% trans "delete" %}
    {% endif %} {% endif %} {% endblock %}