{% extends "admin/base_site.html" %} {% load static i18n fb_tags fb_versions %} {% block stylesheets %} {{ block.super }} {% endblock %} {% block javascripts %} {{ block.super }} {% if query.pop == '1' %} {% endif %} {% if query.pop == '2' %} {% if query.mce_rdomain %}{% endif %} {% endif %} {% if query.pop == '4' %} {% endif %} {% if query.pop == '5' %} {% endif %} {% endblock %} {% block bodyclass %}grp-change-list grp-filebrowser{% if query.pop %} grp-popup{% endif %}{% endblock %} {% block content-class %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block object-tools %}{{ image_version.path }}{% endblock %} {% block content %} {% if fileobject.filetype == "Image" %} {% version fileobject.path settings_var.ADMIN_THUMBNAIL as thumbnail_version %} {% version fileobject.path query.version as image_version %} {% if query.pop == '1' %} {% endif %} {% if query.pop == "2" or query.pop == "4" or query.pop == "5" %} {% endif %} {% endif %} {% endblock %}