{% extends "base/base.html" %} {% load crispy_forms_tags %} {% load staticfiles %} {% block content %}
{% include 'messages/message.html' %}

Upload Supplementary

Collection: {{ collection.name }}

{% csrf_token %} {% crispy form %}
{% endblock %} {% block scripts %} {% endblock %}