{% extends "admin/base_site.html" %}
{% load admin_static i18n fb_tags fb_versions fb_compat %}
{% block extrahead %}
{{ block.super }}
{% ifequal query.pop '1' %}
{% endifequal %}
{% ifequal query.pop '2' %}
{% if query.mce_rdomain %}{% endif %}
{% endifequal %}
{% ifequal query.pop '4' %}
{% endifequal %}
{% endblock %}
{% block content %}
{% if fileobject.filetype == "Image" %}
{% version_object fileobject.path settings_var.ADMIN_THUMBNAIL as thumbnail_version %}
{% version_object fileobject.path query.version as image_version %}
{% ifequal query.pop '1' %}
{% endifequal %}
{% if query.pop == '2' or query.pop == '4' %}
{% endif %}
{% endif %}
{% endblock %}