{% extends "formset/default/widgets/file.html" %}
{% load i18n %}
{% block "choose-file" %}
{% endblock %}
{% block "file-caption" %}
- {% trans 'Name' %}:
- ${name}
- {% trans 'Content-Type (Size)' %}:
- ${content_type} (${size})
{% trans "Delete" %}
{% trans "Download" %}
{% endblock %}