{% extends 'superuser/base_super_user.html' %} {% block title %}{% if is_edit %}Edit Institution{% else %}Onboard Institution{% endif %} | Admin Panel{% endblock %} {% block page_title %}{% if is_edit %}Edit Profile{% else %}Onboard New Institution{% endif %}{% endblock %} {% block page_subtitle %}Configuration for partner institution access.{% endblock %} {% block content %}
{% csrf_token %} {% if error %}
{{ error }}
{% endif %}

Admin Access Credentials

{% if is_edit %}

Leave password blank to keep existing credential.

{% endif %}
CANCEL
{% endblock %}