{% extends "admin/base_site.html" %}
{% load admin_static i18n fb_tags fb_versions %}
{% block extrahead %}
{{ block.super }}
{% ifequal query.pop '1' %}
{% endifequal %}
{% ifequal query.pop '2' %}
{% if query.mce_rdomain %}{% endif %}
{% 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 %}
{% ifequal query.pop '2' %}
{% endifequal %}
{% endif %}
{% endblock %}