{% extends 'aristotle_mdr/base.html' %} {% 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.active %} (inactive) {% endif %} {{ ra.definition | striptags |truncatewords:50 }} {% 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.