{% extends 'stream/streamitem/list_item.html' %}
{% load i18n glue_tags %}
{% block content %}
{% if object.type == 'image' %}
{% endif %}
{{ block.super }}
{% icon "fi-download" %}{% trans 'download' %} - {{ object.original_name }} ({{ object.file_obj.size|filesizeformat }})
{% endblock %}