{% 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. {% for ra in registrationAuthorities %} {{ ra.name }} {% if not ra.is_active %} (inactive) {% endif %} {{ ra.short_definition | safe }} {% endfor %} {% else %} This registry has no registration authorities! {% endif %} {% endblock %}
Below is a complete listing of the registration authorities partcipating in the registry mainitained by this site.