{% extends "pinax/documents/base.html" %} {% block body_class %}{{ block.super }} pinax-documents-document-create{% endblock %} {% load bootstrap %} {% block head_title %}Upload file{% if folder %} in {{ folder.name }}{% endif %}{% endblock %} {% block body %}

Upload file{% if folder %} in {{ folder.name }}{% endif %}

{% include "pinax/documents/_breadcrumbs.html" with member=folder %}
{% csrf_token %}
{% endblock %}