{% extends "admin/change_list.html" %} {% load documenttags %} {% load admin_list %} {% load mongoadmintags %} {% block result_list %} {% check_grappelli as is_grappelli %} {% if not is_grappelli and action_form and actions_on_top and cl.full_result_count %}{% admin_actions %}{% endif %} {% document_result_list cl %} {% if not is_grappelli and action_form and actions_on_bottom and cl.full_result_count %}{% admin_actions %}{% endif %} {% endblock %}