{% extends "layouts/base.html" %} {% block title %} File Upload {% endblock %} {% block stylesheets %} {% load static %} {% endblock stylesheets %} {% block content %}
File Upload
{% for message in messages %} {% endfor %}
{% csrf_token %}
Entity Name ** Used to identify target groups e.g. multiple sites

Select related entity from the list or add new entity




{% endblock content %} {% block javascripts %} {% load static %} {% endblock javascripts %}