{% load staticfiles %} {% load i18n %} {% load waliki_tags %} {% comment %} This is a bit hacky in order to give support IE 7-9 lack of FormData support. The template is used both as an ajax request and directly in a popup window. When is requested by ajax, it shows the list of attached files at the top. Also, it checks if the browser is not capable to upload files via ajax and replace the inline form with a link that reload the same view but in a popup window. The popup show the same view, but as won't be ajax, it'll only show the form. {% endcomment %}
{{ attachment }} |