{% extends "aristotle_mdr/user/userHome.html" %} {% load aristotle_tags %} {% block collapse-link %} Registrar tools {% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='registrarTools' %} {% endblock %} {% block page %}

{% block title %}Registrar tools{% endblock %}

Below is a list of every Registration Authority you are a registrar in. Clicking on the name of a Registration Authority to go to its home page.

The associated links below the name will perform a search for items in the that Registration Authority that have been progressed to the requested status.

{% for ra in request.user.profile.registrarAuthorities %}
{{ ra.name }}
All Unlocked
All locked
All public
{% endfor %}
{% endblock %}