{% extends 'organizations/base.html' %} {% load bootstrap %} {% load static %} {% block pagetitle %}: organizations dashboard{% endblock pagetitle %} {% 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 %}This tab lists all registered Organization Contacts. It is only visible to Contacts themselves (besides SciPost administration).
Do you know people who you think should appear on this list? Help us by checking if they are already on our list of Contact Persons, and if not, please add them!
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 %}{% include 'bi/check-circle-fill.html' %}{% else %}{% include 'bi/x-circle-fill.html' %}{% endif %} | {% endif %}
No contact found |