{% 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. {% for org in orgs %} {{ org.name }} {{ org.definition | striptags |truncatewords:50 }} {% endfor %} {% else %} This registry has no organizations! {% endif %} {% endblock %}
Below is a complete listing of the organizations authorities partcipating in the registry mainitained by this site.