{% extends 'scipost/base.html' %} {% block pagetitle %}: Organizations{% endblock pagetitle %} {% load staticfiles %} {% block content %}
Country | Acronym | Name | Type |
---|---|---|---|
{{ org.get_country_display }} | {{ org.acrynym }} | {{ org.name }} | {{ org.get_orgtype_display }} |
{% include 'partners/_organization_card.html' with org=org %} | |||
No organizations found |