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

Organizations

{% if perms.scipost.can_manage_organizations %}

Management actions:

{% endif %}

Click on a row to see more details about the Organization

{% for org in object_list %} {% if org.has_current_agreement %} {% elif org.partner.agreements %} {% else %} {% endif %} {% empty %} {% endfor %}
Country Name  [acronym] NAP {% if request.GET.ordering != 'asc' %} {% endif %} {% if request.GET.ordering != 'desc' %}{% endif %} Partner?
{{ org.country }} flag [{{ org.country }}]  {{ org.get_country_display }} {{ org.full_name }}  {% if org.acronym %}[{{ org.acronym }}]{% endif %} {% if org.parent %}

Parent: {{ org.parent }}

{% endif %} {% if org.children.all %}

Parent of: {% for child in org.children.all %} {{ child }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %} {% if org.superseded_by %}

Superseded by {{ org.superseded_by }}

{% endif %}
{{ org.cf_nr_associated_publications }}YesDue for renewalNot yet
{% include 'partners/_organization_card.html' with org=org %}
No organizations found
{% endblock content %}