{% extends "admin/base.html" %} {% load wenlincms_tags i18n future staticfiles %} {% block title %}{{ title }} | wenlincms{% endblock %} {% block extrahead %} {% if not settings.WLADMIN_INSTALLED %} {% endif % } < script > jQuery(function ($) { $('.admin-title').click(function () { location = window.__admin_url; }); }); {% endblock %} {% block rtl_styles %} {{ block.super }} {% endblock %} {% block before_content %} {% if user.is_staff and not is_popup and not request.GET.pop %} {% admin_dropdown_menu %} {% endif %} {% endblock %} {% block footer %} {% if form.this_is_the_login_form %} {% else % } {% if user.is_staff %} {% if not is_popup and not request.GET.pop % } < link rel = "stylesheet" href = "{% static " wenlincms / chosen / chosen.css " %}" > < script src = "{% static " wenlincms / chosen / chosen - 0.9 .12.jquery.js " %}" > {% endif % } < script src = "{% static " wenlincms / js / admin / ajax_csrf.js " %}" > {% if settings.WLADMIN_INSTALLED %} {% endif % } {% endif % } {% endif % } {% endblock % }