{% extends "admin/base_site.html" %} {% load static i18n fb_tags fb_versions fb_compat %} {% block extrahead %} {{ 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 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 %}