{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block content %}

Update PDFs for {{ resource.name }} resource

The current PDFs for this resource are:

{% csrf_token %} {% crispy form form.helper %}
{% endblock %}