{% extends 'aristotle_mdr/base.html' %} {% load util_tags %} {% block title %}All registration authorities{% endblock %} {% block content %}

Current registration authorities

{% if registrationAuthorities.count > 0 %}

Below is a complete listing of the registration authorities partcipating in the registry mainitained by this site.

{% else %} This registry has no registration authorities! {% endif %}
{% endblock %}