{% extends "gadjo/base.html" %} {% load staticfiles i18n %} {% block css %} {% endblock %} {% block extrascripts %} {% endblock %} {% block user-links %}{% endblock %} {% block sidepage %}{% endblock %} {% block site-header %}{% endblock %} {% block bodyargs %}class="no-header"{% endblock %} {% block footer %}{% endblock %} {% block appbar %}

{% trans "Browse for the file you want, then click 'Embed File' to continue..." %}

{% endblock %} {% block content %} {% if not object_list and not query %}
{% trans "No files found. Upload files using the 'Image Button' or 'Link Button' dialog's 'Upload' tab." %}
{% else %}
{% for k, v in request.GET.items %} {% if k != 'q' %}{% endif %} {% endfor %}

{% trans "(case insensitive search over filenames)" %}

{% with asset_for_ckeditor=True %} {% include "combo/manager_assets_fragment.html" %} {% endwith %}
{% include "gadjo/pagination.html" %}
{% endif %} {% endblock %}