{% extends 'finances/base.html' %} {% load bootstrap %} {% load countries %} {% load static %} {% block breadcrumb_items %} {{ block.super }} Subsidies {% if form.instance.id %}Update {{ form.instance }}{% else %}Add new Subsidy Attachment{% endif %} {% endblock %} {% block pagetitle %}: SubsidyAttachments{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block content %}

N.B.: for Sponsorship Agreements, please adopt the following format for the file names:

SciPost_Sponsorship_[year]_[2-letter country code]_[Organization acronym or short name].pdf
in which [year] is the year of validity of the Agreement.

Examples:

Hover on flag to view country code

[only countries with at least one Organization are listed]

{% csrf_token %} {{ form|bootstrap }}
{% endblock content %}