{% extends "updoc/base.html" %}{% load i18n bootstrap3 staticfiles %} {% block content %}
{% trans 'Uploaded by:' %} {{ doc.user }}
{{ doc.upload_time|date:"SHORT_DATETIME_FORMAT" }}
{% trans 'Alternative link (no authentication)' %}
{% bootstrap_icon "cloud-download" %} {% trans 'Download as ZIP' %}
{% bootstrap_icon "trash" %} {% trans 'Delete' %}