{% 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|yearstart-yearend] _[2-letter country code] _[Organization acronym or short name] _[document type] (-##) _(extra info) .[filetype] NOTE: careful with hyphens and underscores!
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 %}