{% extends "admin/change_list.html" %}
{% block extrahead %}
<script type="text/javascript">
var hello = '{{ extra_var }}';
</script>
{% endblock %}