{% load bootstrap %} {% load user_groups %} {% load organizations_extras %} {% block headsup %} {% endblock headsup %} {% is_scipost_admin request.user as is_scipost_admin %}
Are you a representative of this Organization? We advise you to:
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: | €{{ org.get_total_subsidies_obtained }} |
This Organization has not yet supported SciPost.
{% endif %} {% if is_scipost_admin %}This organization is currently a SciPost Supporting Partner.
{% endif %} {% endwith %} {% if org.partner.agreements %}Status | Duration | Start date | Contribution/year | {% for agreement in org.partner.agreements.all %}
---|---|---|---|
{{ agreement.get_status_display }} | {{ agreement.get_duration_display }} | {{ agreement.start_date }} | €{{ agreement.offered_yearly_contribution }} |
Total contribution obtained: | € {{ org.get_total_contribution_obtained }} |
This organization has not yet been a SciPost Supporting Partner.
{% endif %}