{{ u.get_full_name|default:u.email }}
{{ u.email }}{% if u.phone %} · {{ u.phone }}{% endif %}
{{ u.non_partner_institution_name|default:"—" }}
{% if u.role %}
{% endif %}
{% extends "layouts/dashboard.html" %}
{% load i18n %}
{% block breadcrumbs %}
{% endblock %}
{% block content %}
{% blocktranslate %}These accounts registered with an institution that isn't on the partner list. Approve to grant access — optionally promoting the typed name into a real institution row so future learners can pick it from the dropdown.{% endblocktranslate %}
{% translate "Pending registrations" %}
{{ u.get_full_name|default:u.email }}
{{ u.email }}{% if u.phone %} · {{ u.phone }}{% endif %}
{% translate "Nothing to review" %}
{% translate "Every non-partner registration has been actioned. New ones will surface here automatically." %}
{% translate "Back to user list" %}