{% extends "master.html" %} {% block title %}Registration{% endblock %} {% block primarysidebar %}

Registration

{% if view.session %} {% endif %}

You’re currently in the registration section of the {{ systemServiceName }} site. From here you can find registered users and register new users.

{% if view.canApprovePersons %} {% if view.registry.persons.getPending.count %} {% endif %} {% endif %}
{% endblock %}