{% extends 'mediabrowser/base.html' %} {% load i18n %} {% block content %} {% include "mediabrowser/includes/asset-listing.html" %} {% endblock %} {% block footer %}
{% trans "Insert" %} {% if can_delete %}{% trans "Delete" %}{% endif %}
{% if can_delete %}

{% trans "Are you sure you would like to delete this file:" %}

{% csrf_token %} {% trans "Cancel" %}
{% endif %} {% endblock %}