{% extends "documents/document_upload_base.html" %} {% load i18n %} {% block title %} {% trans "Replace Document" %} - {{ block.super }} {% endblock %} {% block body_class %}documents replace{% endblock body_class %} {% block head %} {{ block.super }} {% endblock %} {% block body %}

{% trans "Replace " %}{{ document.title }}

{{ form.errors }} {% if not document.doc_url %}

Currently: {{ document.href}}

{{ form.doc_file }}
{% endif %}
{% endblock %}