{% extends "registry/list.html" %} {% block title %}Registration{% endblock %} {% block content_title %}

Registration

{% endblock %} {% block table_head_extn %} {% endblock %} {% block table_item_delete_btn %}{% 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 %}