{% extends 'aristotle_mdr/base.html' %} {% block title %}All organizations{% endblock %} {% block content %}

Current organizations

{% if orgs.count > 0 %}

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

{% else %} This registry has no organizations! {% endif %}
{% endblock %}