{% extends "base.html" %} {% block head_title %}New | {{ block.super }} {% endblock %} {% block content %} {% if not add_to_project %}
.xls file Text input
{% endif %}
{% if add_to_project %}

Add file to '{{project_name}}'

{% else %}

Upload file

{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock content %}file_form.html