{% extends 'scipost/base.html' %} {% block pagetitle %}: Organizations{% endblock pagetitle %} {% load staticfiles %} {% load partners_extras %} {% block content %}
Click on a row to see more details about the Organization
Country | Name [acronym] | NAP {% if request.GET.ordering != 'asc' %} {% endif %} {% if request.GET.ordering != 'desc' %}{% endif %} | Partner? | |||
---|---|---|---|---|---|---|
{{ 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 }} | {% if org.has_current_agreement %}Yes | {% elif org.partner.agreements %}Due for renewal | {% else %}Not yet | {% endif %}||
{% include 'partners/_organization_card.html' with org=org %} | ||||||
No organizations found |