{% extends 'admin/change_list.html' %}
{% load i18n static %}
{% get_current_language_bidi as LANGUAGE_BIDI %}
{% block extrastyle %}
{% if LANGUAGE_BIDI %}
{% else %}
{% endif %}
{{ block.super }}
{% endblock extrastyle %}
{% block extrahead %}
{{ block.super }}
{% if LANGUAGE_BIDI %}
{% else %}
{% endif %}
{% endblock extrahead %}