{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}{% if document %}{{ _("Edit Document") }}{% else %}{{ _("Upload Document") }}{% endif %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if document %}{{ _("Update document information")}}{% else %}{{ _("Upload a new document")}}{% endif %}