{% extends "persons/master.html" %} {% block title %}Registration Pending{% endblock %} {% block content %} {% if view.session %}
Please approve {{registerCount}} pending registrations.
Full name | Login | Actions | |
---|---|---|---|
{{ person.fullname }} | {{ person.name }} | {{ person.email }} | Approve Delete |
No accounts pending.
{% endif %} {% else %}Thank you for registering with the service.
Your registration is being approved by the service admins.
{% endif %} {% endblock %}