{% extends 'scipost/base.html' %} {% block pagetitle %}: Organizations{% endblock pagetitle %} {% load staticfiles %} {% block content %}

Organizations

{% if perms.scipost.can_manage_organizations %}

Go to the Organizations management page

{% endif %}
{% for item in object_list %} {% empty %} {% endfor %}
{{ item }}
No organization found
{% endblock content %}