{% extends 'superuser/base_super_user.html' %} {% block title %}Institution Inventory | SaaS Command{% endblock %} {% block page_title %}Institution Inventory{% endblock %} {% block page_subtitle %}Managing global academic partners and their service configurations.{% endblock %} {% block content %}

Institution Inventory

Enroll Institution
{% for school in schools %}

{{ school.name }}

CODE: {{ school.code }} ADMIN: {{ school.admin_username }} {{ school.address|truncatechars:70 }}
Encrypted Node {% if school.is_sms_enabled %}SMS Service{% endif %} {% if school.is_individual_sms_enabled %}Individual Mode{% endif %} {% if not school.is_hold_enabled %}Auto-Auth{% endif %} {% if school.is_lunch_break_required %}Lunch Req.{% endif %}
{% if school.subscription_end_date %}
Sub Expires: {{ school.subscription_end_date|date:"d M Y" }}
{% else %}
Lifetime Access
{% endif %}
SMS Gateway
Time Testing
Hold Protocol
Indiv. SMS
Lunch Break
{% empty %}
No Institutions Detected in Network.
{% endfor %} {% endblock %}