{% extends 'organizations/base.html' %} {% load bootstrap %} {% block pagetitle %}: organizations dashboard{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block content %}
{{ request.user.org_contact }}
Click on an Organization's name to see its details.
Organization | Role kind | Date from | Date until | Actions |
---|---|---|---|---|
{{ role.organization }} | {{ role.get_kind_display }} | {{ role.date_from|date:"Y-m-d" }} | {{ role.date_until|date:"Y-m-d" }} | Update |
No role has been defined |
List of the subsidies (in one form or another) which SciPost has received from this Organization. Click on a row to see more details.
Type | Amount | Date | |
---|---|---|---|
{{ subsidy.get_subsidy_type_display }} | €{{ subsidy.amount }} | {{ subsidy.date }}{% if subsidy.date_until %} until {{ subsidy.date_until }}{% endif %} | |
Total support obtained: | €{{ role.organization.get_total_subsidies_obtained }} |
This Organization has not yet supported SciPost.
{% endif %}The Sponsors Board is composed of all registered Organization Contacts.
Name | Organization(s) / role(s) | {% if perms.scipost.can_manage_organizations %}Account active? |
{% endif %}
---|---|---|
{{ contact }} |
|
{% if perms.scipost.can_manage_organizations %}
{% if contact.user.is_active %}{% else %}{% endif %} | {% endif %}
No contact found |