{% 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 %} {{ org.cf_nr_associated_publications }}YesDue for renewalNot yet
{% include 'partners/_organization_card.html' with org=org %}
No organizations found
{% endblock content %}