{% 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 or upload a new version")}} {% else %} {{ _("Upload a new document to the reference library")}} {% endif %}