{% 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 attachments, please adopt the following format for the file names:

SciPost-[year]-[2-letter country code]--[Organization acronym or short name]--[document type](-##).[filetype]NOTE: TWO HYPHENS on both sides of the Org acronym!!
in which:

Examples:

Hover on flag to view country code

[only countries with at least one Organization are listed]

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