{% extends 'finances/base.html' %}
{% load bootstrap %}
{% load crispy_forms_tags %}
{% block meta_description %}
{{ block.super }} Subsidy Collective Renewal Form
{% endblock meta_description %}
{% block pagetitle %}
: Subsidy Collective Renewal Form
{% endblock pagetitle %}
{% block breadcrumb_items %}
{{ block.super }}
Renewal Form
Submitting this form will create new subsidies for all selected organizations, keeping the same details as the current subsidy. If provided, the start and end dates will be overridden by the values in the form.
{% crispy form %} {% endblock content %}